You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/04/22 16:50:27 UTC

svn commit: r767552 - in /tuscany/maven-plugins/trunk/maven-zip-plugin: README RELEASE_NOTES

Author: antelder
Date: Wed Apr 22 14:50:27 2009
New Revision: 767552

URL: http://svn.apache.org/viewvc?rev=767552&view=rev
Log:
Update doc files for alpha1 release

Modified:
    tuscany/maven-plugins/trunk/maven-zip-plugin/README
    tuscany/maven-plugins/trunk/maven-zip-plugin/RELEASE_NOTES

Modified: tuscany/maven-plugins/trunk/maven-zip-plugin/README
URL: http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/maven-zip-plugin/README?rev=767552&r1=767551&r2=767552&view=diff
==============================================================================
--- tuscany/maven-plugins/trunk/maven-zip-plugin/README (original)
+++ tuscany/maven-plugins/trunk/maven-zip-plugin/README Wed Apr 22 14:50:27 2009
@@ -1,7 +1,23 @@
-This module is a Maven compiler which uses the Eclipse Java compiler which is 
-used by the Tuscany SCA project build.
+This module is a Maven plugin which supports using a packaging of zip in a pom.xml to 
+create a zip format SCA contribution.
 
-To build, from the top maven-eclipse-compiler run maven:
+An exmaple pom.xml:
+   <packaging>zip</packaging>
+   ... 
+   <build>
+      ...
+      <plugins>
+         <plugin>
+            <groupId>org.apache.tuscany.maven.plugins</groupId>
+            <artifactId>maven-zip-plugin</artifactId>
+            <extensions>true</extensions>
+         </plugin>
+      ...
+      </plugins>
+   </build>
+
+
+To build, from the top maven-zip-plugin run maven:
 
 mvn
 
@@ -47,7 +63,7 @@
       <id>release</id>
       <properties>
         <gpg.passphrase>...</gpg.passphrase>
-        <deploy.altRepository>apache.releases::default::scp://people.apache.org/home/antelder/public_html/tuscany/maven-eclipse-compiler-1.0</deploy.altRepository>
+        <deploy.altRepository>apache.releases::default::scp://people.apache.org/home/antelder/public_html/tuscany/maven-zip-plugin-1.0</deploy.altRepository>
       </properties>
     </profile>
   </profiles>
@@ -56,7 +72,7 @@
 
 After a successfule vote copy the staging artifacts to the live repository, eg: 
 
-cp -p -v -R  maven-eclipse-compiler-1.0/org/apache/tuscany/maven/plugins/ /x1/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/tuscany/maven/plugins
+cp -p -v -R  maven-zip-plugin-alpha1/org/apache/tuscany/maven/plugins/ /x1/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/tuscany/maven/plugins
 
 
 

Modified: tuscany/maven-plugins/trunk/maven-zip-plugin/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/maven-zip-plugin/RELEASE_NOTES?rev=767552&r1=767551&r2=767552&view=diff
==============================================================================
--- tuscany/maven-plugins/trunk/maven-zip-plugin/RELEASE_NOTES (original)
+++ tuscany/maven-plugins/trunk/maven-zip-plugin/RELEASE_NOTES Wed Apr 22 14:50:27 2009
@@ -3,5 +3,5 @@
 
 Initial release
 
-Supports using a packaging of sca-zip in a pom.xml to create a zip format SCA contribution
+Supports using a packaging of zip in a pom.xml to create a zip format SCA contribution