Author: nickboldt
Date: 2011-07-21 15:10:54 -0400 (Thu, 21 Jul 2011)
New Revision: 33110
Modified:
trunk/build/parent/pom.xml
Log:
add gwt profile to resolve deps (eg., when building gwt or agg site)
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2011-07-21 19:10:37 UTC (rev 33109)
+++ trunk/build/parent/pom.xml 2011-07-21 19:10:54 UTC (rev 33110)
@@ -427,6 +427,26 @@
</repositories>
</profile>
+ <!-- GWT dependencies which we can't mirror and must reference directly. -->
+ <profile>
+ <id>gwt</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <repositories>
+ <repository>
+ <id>gwt</id>
+ <
url>http://dl.google.com/eclipse/plugin/3.7/</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ </profile>
<profile>
<id>osx</id>
@@ -653,37 +673,6 @@
</plugins>
</build>
</profile>
-
- <!-- commented, because group/aitifacts ids generated by this plugin should be
adjusted first with approach used in jbosstools/trunk first -->
- <!-- profile -->
- <!-- this plugin is available from
https://github.com/nickboldt/maven-plugins/tree/master/unique-GAV-plugin/ -->
- <!-- id>GAV</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.jboss.maven.plugin</groupId>
- <artifactId>unique-GAV-plugin</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>validate</phase>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <verbose>true</verbose>
- <doInfo>true</doInfo>
- <doWarn>true</doWarn>
- <doError>true</doError>
- <sourceDirectory>.</sourceDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile -->
-
</profiles>
<repositories>