You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/11/25 22:01:24 UTC

svn commit: r1206320 - in /myfaces/tobago/trunk: tobago-assembly/pom.xml tobago-example/pom.xml tobago-example/tobago-example-assembly/pom.xml

Author: bommel
Date: Fri Nov 25 21:01:22 2011
New Revision: 1206320

URL: http://svn.apache.org/viewvc?rev=1206320&view=rev
Log:
cleanup poms 
remove demo from example assembly

Modified:
    myfaces/tobago/trunk/tobago-assembly/pom.xml
    myfaces/tobago/trunk/tobago-example/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-assembly/pom.xml

Modified: myfaces/tobago/trunk/tobago-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-assembly/pom.xml?rev=1206320&r1=1206319&r2=1206320&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-assembly/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-assembly/pom.xml Fri Nov 25 21:01:22 2011
@@ -28,23 +28,6 @@
     <version>1.5.0-beta-3-SNAPSHOT</version>
   </parent>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.myfaces.maven</groupId>
-        <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0.1</version>
-        <configuration>
-          <id>myfaces-nightly-builds</id>
-          <url>scpexe://minotaur.apache.org/www/people.apache.org/builds/myfaces/nightly</url>
-          <inputDirectory>target/assembly/out</inputDirectory>
-        </configuration>
-      </plugin>
-
-    </plugins>
-
-  </build>
-
   <dependencies>
 
     <dependency>

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=1206320&r1=1206319&r2=1206320&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Fri Nov 25 21:01:22 2011
@@ -106,16 +106,16 @@
       <id>apache-release</id>
       <modules>
         <module>tobago-example-blank</module>
-        <module>tobago-example-data</module>
-        <module>tobago-example-demo</module>
+        <!--<module>tobago-example-data</module>
+        <module>tobago-example-demo</module>-->
       </modules>
     </profile>
     <profile>
       <id>generate-assembly</id>
       <modules>
         <module>tobago-example-blank</module>
-        <module>tobago-example-data</module>
-        <module>tobago-example-demo</module>
+        <!--<module>tobago-example-data</module>
+        <module>tobago-example-demo</module>-->
         <module>tobago-example-assembly</module>
       </modules>
     </profile>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-assembly/pom.xml?rev=1206320&r1=1206319&r2=1206320&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-assembly/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-assembly/pom.xml Fri Nov 25 21:01:22 2011
@@ -28,23 +28,6 @@
     <version>1.5.0-beta-3-SNAPSHOT</version>
   </parent>
 
-  <build>
-    <plugins>
- 
-      <plugin>
-        <groupId>org.apache.myfaces.maven</groupId>
-        <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0.1</version>
-        <configuration>
-          <id>myfaces-nightly-builds</id>
-          <url>scpexe://minotaur.apache.org/www/people.apache.org/builds/myfaces/nightly</url>
-          <inputDirectory>target/assembly/out</inputDirectory>
-        </configuration>
-      </plugin>
-
-    </plugins>
-
-  </build>
   <profiles>
     <profile>
       <id>generate-assembly</id>
@@ -63,12 +46,12 @@
                 </goals>
                 <configuration>
                   <artifactItems>
-                    <artifactItem>
+                   <!-- <artifactItem>
                       <groupId>${project.groupId}</groupId>
                       <artifactId>tobago-example-demo</artifactId>
                       <version>${project.version}</version>
                       <type>war</type>
-                    </artifactItem>
+                    </artifactItem>-->
                     <artifactItem>
                       <groupId>${project.groupId}</groupId>
                       <artifactId>tobago-example-blank</artifactId>