You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jr...@apache.org on 2010/06/20 20:10:14 UTC

svn commit: r956382 - /wicket/branches/wicket-1.4.x/pom.xml

Author: jrthomerson
Date: Sun Jun 20 18:10:14 2010
New Revision: 956382

URL: http://svn.apache.org/viewvc?rev=956382&view=rev
Log:
WICKET-2918 - pom changes

Modified:
    wicket/branches/wicket-1.4.x/pom.xml

Modified: wicket/branches/wicket-1.4.x/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/pom.xml?rev=956382&r1=956381&r2=956382&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/pom.xml (original)
+++ wicket/branches/wicket-1.4.x/pom.xml Sun Jun 20 18:10:14 2010
@@ -17,6 +17,13 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
+	
+	<parent>
+	    <groupId>org.apache</groupId>
+	    <artifactId>apache</artifactId>
+        <version>7</version>	
+	</parent>
+
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-parent</artifactId>
 	<version>1.4-SNAPSHOT</version>
@@ -90,6 +97,62 @@
 			</distributionManagement>
 		</profile>
 		<profile>
+			<id>apache-nexus-deploy</id>
+			<activation>
+				<activeByDefault>false</activeByDefault>
+			</activation>
+			<modules>
+				<module>wicket</module>
+				<module>wicket-datetime</module>
+				<module>wicket-devutils</module>
+				<module>wicket-extensions</module>
+				<module>wicket-ioc</module>
+				<module>wicket-spring</module>
+				<module>wicket-velocity</module>
+				<module>wicket-auth-roles</module>
+				<module>wicket-guice</module>
+				<module>wicket-jmx</module>
+				<module>wicket-objectssizeof-agent</module>
+				<module>wicket-examples</module>
+				<module>archetypes/quickstart</module>
+			</modules>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-assembly-plugin</artifactId>
+						<inherited>true</inherited>
+					</plugin>
+					<plugin>
+						<artifactId>maven-remote-resources-plugin</artifactId>
+						<inherited>true</inherited>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-javadoc-plugin</artifactId>
+						<inherited>true</inherited>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-source-plugin</artifactId>
+						<inherited>true</inherited>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-surefire-plugin</artifactId>
+						<inherited>true</inherited>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.felix</groupId>
+						<artifactId>maven-bundle-plugin</artifactId>
+						<inherited>true</inherited>
+					</plugin>
+				</plugins>
+			</build>
+			<!-- distributionManagement is inherited from the parent pom -->
+		</profile>
+
+		<profile>
 			<id>release</id>
 			<activation>
 				<activeByDefault>false</activeByDefault>