Author: dashorst
Date: Fri Mar 16 15:18:27 2007
New Revision: 519163
URL: http://svn.apache.org/viewvc?view=rev&rev=519163
Log:
Added jdk-1.5 specific build for bamboo build
Modified:
incubator/wicket/branches/wicket-1.x/pom.xml
Modified: incubator/wicket/branches/wicket-1.x/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/pom.xml?view=diff&rev=519163&r1=519162&r2=519163
==============================================================================
--- incubator/wicket/branches/wicket-1.x/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/pom.xml Fri Mar 16 15:18:27 2007
@@ -41,6 +41,15 @@
</modules>
</profile>
<profile>
+ <id>jdk-1.5</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <modules>
+ <module>jdk-1.5</module>
+ </modules>
+ </profile>
+ <profile>
<id>all</id>
<activation>
<activeByDefault>true</activeByDefault>
@@ -408,12 +417,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.0.1</version>
+ <version>2.1</version>
<configuration>
- <descriptorRefs>
-
<descriptorRef>bin</descriptorRef>
-
<descriptorRef>src</descriptorRef>
- </descriptorRefs>
+ <descriptors>
+
<descriptor>${basedir}/foobar.xml</descriptor>
+ </descriptors>
</configuration>
</plugin>
<plugin>