You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/01/27 23:18:12 UTC

svn commit: r1727203 - in /myfaces/tobago/trunk: build-site.sh readme.txt src/site/apt/getting-started.apt src/site/apt/guide.apt tobago-extension/tobago-sandbox/pom.xml tobago-extension/tobago-sandbox/readme.txt

Author: lofwyr
Date: Wed Jan 27 22:18:12 2016
New Revision: 1727203

URL: http://svn.apache.org/viewvc?rev=1727203&view=rev
Log:
TOBAGO-1527: Clean up pom.xml dependencies and modules
removing profile "all-modules" from the docs

Modified:
    myfaces/tobago/trunk/build-site.sh
    myfaces/tobago/trunk/readme.txt
    myfaces/tobago/trunk/src/site/apt/getting-started.apt
    myfaces/tobago/trunk/src/site/apt/guide.apt
    myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml
    myfaces/tobago/trunk/tobago-extension/tobago-sandbox/readme.txt

Modified: myfaces/tobago/trunk/build-site.sh
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/build-site.sh?rev=1727203&r1=1727202&r2=1727203&view=diff
==============================================================================
--- myfaces/tobago/trunk/build-site.sh (original)
+++ myfaces/tobago/trunk/build-site.sh Wed Jan 27 22:18:12 2016
@@ -49,7 +49,7 @@ fi
 
 
 echo "Building tobago site."
-mvn -Pall-modules clean
+mvn clean
 mvn install javancss:report jxr:jxr jxr:test-jxr clirr:clirr -Daggregate=false --batch-mode
 mvn site:site -Daggregate=true --batch-mode
 mvn dashboard:dashboard

Modified: myfaces/tobago/trunk/readme.txt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/readme.txt?rev=1727203&r1=1727202&r2=1727203&view=diff
==============================================================================
--- myfaces/tobago/trunk/readme.txt (original)
+++ myfaces/tobago/trunk/readme.txt Wed Jan 27 22:18:12 2016
@@ -9,12 +9,6 @@ In the main directory you can use
 to run the install target on all sub projects. This will
 put all necessary artifacts into your local repository.
 
-Building All
------------
-For building all the stuff you can use the profile all-modules
-
-mvn install -Pall-modules
-
 Demo
 ----
 

Modified: myfaces/tobago/trunk/src/site/apt/getting-started.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/getting-started.apt?rev=1727203&r1=1727202&r2=1727203&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/getting-started.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/getting-started.apt Wed Jan 27 22:18:12 2016
@@ -66,15 +66,6 @@ Building
   to run the install target on all sub projects. This will
   put all necessary artifacts into your local repository.
 
-Building All
-
-   For building all the stuff you can use the profile all-modules
-
-+----------------------------------------
-  mvn install -Pall-modules
-+----------------------------------------
-
-
 The Demo
 
   You can run the examples inside tobago-example with jetty

Modified: myfaces/tobago/trunk/src/site/apt/guide.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/guide.apt?rev=1727203&r1=1727202&r2=1727203&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/guide.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/guide.apt Wed Jan 27 22:18:12 2016
@@ -95,7 +95,7 @@ svn co https://svn.apache.org/repos/asf/
   To build the complete project with all sub-modules you have to enter the following command
 
 +------------------------------------------+
-mvn install -Pall-modules
+mvn install
 +------------------------------------------+
 
   For more information on building Tobago -- especially the 1.0.x branch -- see {{{./getting-started.html}Getting Started.}}

Modified: myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml?rev=1727203&r1=1727202&r2=1727203&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml Wed Jan 27 22:18:12 2016
@@ -300,23 +300,6 @@
       </build>
     </profile>
     <profile>
-      <id>all-modules</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-source-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-source</id>
-                <goals><goal>jar-no-fork</goal></goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
       <id>attach-source</id>
       <build>
         <plugins>

Modified: myfaces/tobago/trunk/tobago-extension/tobago-sandbox/readme.txt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-sandbox/readme.txt?rev=1727203&r1=1727202&r2=1727203&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-sandbox/readme.txt (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-sandbox/readme.txt Wed Jan 27 22:18:12 2016
@@ -3,5 +3,4 @@ Building
 
 This arifact requires the tobago-core-sources.jar artifact.
 The tobago-core-sources.jar is generated with the profile
-attach-source in core (mvn -P attach-source) or
-with the profile all-modules (mvn -P all-modules).
+attach-source in core (mvn -P attach-source).