Author: smartini
Date: Sun May 29 21:01:50 2011
New Revision: 1128952

URL: http://svn.apache.org/viewvc?rev=1128952&view=rev
Log:
PIVOT-397 - Removed the exclusion of java sources from resources folders (but 
keep commented), and little changes in BUILD file

Modified:
    pivot/skunk/pivot-archetype-quickstart/BUILD
    
pivot/skunk/pivot-archetype-quickstart/src/main/resources/META-INF/maven/archetype-metadata.xml

Modified: pivot/skunk/pivot-archetype-quickstart/BUILD
URL: 
http://svn.apache.org/viewvc/pivot/skunk/pivot-archetype-quickstart/BUILD?rev=1128952&r1=1128951&r2=1128952&view=diff
==============================================================================
--- pivot/skunk/pivot-archetype-quickstart/BUILD (original)
+++ pivot/skunk/pivot-archetype-quickstart/BUILD Sun May 29 21:01:50 2011
@@ -5,6 +5,7 @@ System Requirements
 * Ant 1.7 or greater (http://ant.apache.org/)
 * JUnit 4.3 or greater (http://www.junit.org/)
 * Maven Ant Tasks 2.0.10 or greater (http://maven.apache.org/) (optional)
+* Maven 2.2.1 or greater (http://maven.apache.org/), recommended the latest 
3.0.x
 
 Project Set-Up
 ==============
@@ -20,9 +21,10 @@ Building Apache Pivot Quickstart Archety
   $ mvn -U install
   $ cd ..
 
-* To Test is, generating a Pivot Project (called "myapp") with it 
+* To Test, generate a Pivot Project (called "myapp") with it 
   (and give to it the desired package name when requested, like 
"com.mycompany.myapp", 
   note that usually the ".myapp" part in the package is written only if 
overridden here):
   $ mvn archetype:generate -U -DarchetypeGroupId=org.apache.pivot 
-DarchetypeArtifactId=pivot-archetype-quickstart -DarchetypeVersion=1.0 
-DgroupId=com.mycompany -DartifactId=myapp -Dversion=1.0 
   then, compile the project and run it.
 
+* Note that all maven -U flags shown here are optional, but useful to ensure 
that latest versions will be used.

Modified: 
pivot/skunk/pivot-archetype-quickstart/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: 
http://svn.apache.org/viewvc/pivot/skunk/pivot-archetype-quickstart/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1128952&r1=1128951&r2=1128952&view=diff
==============================================================================
--- 
pivot/skunk/pivot-archetype-quickstart/src/main/resources/META-INF/maven/archetype-metadata.xml
 (original)
+++ 
pivot/skunk/pivot-archetype-quickstart/src/main/resources/META-INF/maven/archetype-metadata.xml
 Sun May 29 21:01:50 2011
@@ -15,9 +15,11 @@
       <includes>
           <include>**/*</include>
       </includes>
+      <!-- 
          <excludes>
         <exclude>**/*.java</exclude>
       </excludes>
+      //-->
     </fileSet>
 
     <fileSet filtered="true" packaged="true" encoding="UTF-8">
@@ -31,9 +33,11 @@
       <includes>
           <include>**/*</include>
       </includes>
+      <!-- 
          <excludes>
         <exclude>**/*.java</exclude>
       </excludes>
+      //-->
     </fileSet>
   </fileSets>
 


Reply via email to