You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2007/02/28 13:00:14 UTC

svn commit: r512741 - /incubator/adffaces/branches/matzew-core-1.0.0-incubation/pom.xml

Author: matzew
Date: Wed Feb 28 05:00:13 2007
New Revision: 512741

URL: http://svn.apache.org/viewvc?view=rev&rev=512741
Log:
added first profile for assembly

Modified:
    incubator/adffaces/branches/matzew-core-1.0.0-incubation/pom.xml

Modified: incubator/adffaces/branches/matzew-core-1.0.0-incubation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-core-1.0.0-incubation/pom.xml?view=diff&rev=512741&r1=512740&r2=512741
==============================================================================
--- incubator/adffaces/branches/matzew-core-1.0.0-incubation/pom.xml (original)
+++ incubator/adffaces/branches/matzew-core-1.0.0-incubation/pom.xml Wed Feb 28 05:00:13 2007
@@ -187,6 +187,7 @@
   <build>
     <pluginManagement>
       <plugins>
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
@@ -329,7 +330,7 @@
 
       <id>apache.stage</id>
       <name>Apache Stage Repository</name>
-      <url>http://people.apache.org/~matzew/stage</url>
+      <url>http://people.apache.org/repo/m2-incubating-repository/</url>
       <layout>default</layout>
     </pluginRepository>
   </pluginRepositories>
@@ -487,6 +488,16 @@
   </distributionManagement>
   
   <profiles>
+    <profile>
+      <id>generate-assembly</id>
+      <modules>
+        <module>trinidad-assembly</module>
+        <module>trinidad-api</module>
+        <module>trinidad-build</module>
+        <module>trinidad-impl</module>
+        <module>trinidad-demo</module>
+      </modules>
+    </profile>
     <profile>
       <id>staging</id>
       <build>