Author: antelder
Date: Thu Jun 2 09:09:17 2011
New Revision: 1130444
URL: http://svn.apache.org/viewvc?rev=1130444&view=rev
Log:
TUSCANY-3861: Rename the zip plugin to be tuscany-zip-plugin to match Maven
naming conventions
Added:
tuscany/maven-plugins/trunk/tuscany-zip-plugin/
- copied from r1130438, tuscany/maven-plugins/trunk/maven-zip-plugin/
Removed:
tuscany/maven-plugins/trunk/maven-zip-plugin/
Modified:
tuscany/maven-plugins/trunk/tuscany-zip-plugin/README
tuscany/maven-plugins/trunk/tuscany-zip-plugin/RELEASE_NOTES
tuscany/maven-plugins/trunk/tuscany-zip-plugin/pom.xml
Modified: tuscany/maven-plugins/trunk/tuscany-zip-plugin/README
URL:
http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/tuscany-zip-plugin/README?rev=1130444&r1=1130438&r2=1130444&view=diff
==============================================================================
--- tuscany/maven-plugins/trunk/tuscany-zip-plugin/README (original)
+++ tuscany/maven-plugins/trunk/tuscany-zip-plugin/README Thu Jun 2 09:09:17
2011
@@ -31,8 +31,8 @@ An example pom.xml including the zip plu
<plugins>
...
<plugin>
- <groupId>org.apache.tuscany.maven.plugins</groupId>
- <artifactId>maven-zip-plugin</artifactId>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-zip-plugin</artifactId>
<extensions>true</extensions>
</plugin>
...
@@ -131,13 +131,13 @@ users get the full context - I've attach
</configuration>
</plugin>
<plugin>
-
<groupId>org.apache.tuscany.maven.plugins</groupId>
- <artifactId>maven-zip-plugin</artifactId>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-zip-plugin</artifactId>
<extensions>true</extensions>
</plugin>
<plugin>
-
<groupId>org.apache.tuscany.maven.plugins</groupId>
- <artifactId>maven-tuscany-plugin</artifactId>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
@@ -156,7 +156,7 @@ TODOs:
Building and releasing the plugin
---------------------------------
-From the top maven-zip-plugin directory run maven:
+From the top tuscany-zip-plugin directory run maven:
mvn
@@ -165,7 +165,7 @@ or once all the dependencies have been d
mvn clean install -o
So as to avoid the Tuscany SCA project using SNAPSHOT dependencies any changes
-to this maven-zip-plugin module should be released and the Tuscany SCA
+to this tuscany-zip-plugin module should be released and the Tuscany SCA
project updated to use the newly released version.
To release this module:
@@ -202,7 +202,7 @@ and a profile named "release". For examp
<id>release</id>
<properties>
<gpg.passphrase>...</gpg.passphrase>
-
<deploy.altRepository>apache.releases::default::scp://people.apache.org/home/antelder/public_html/tuscany/maven-zip-plugin-1.0</deploy.altRepository>
+
<deploy.altRepository>apache.releases::default::scp://people.apache.org/home/antelder/public_html/tuscany/tuscany-zip-plugin-1.0</deploy.altRepository>
</properties>
</profile>
</profiles>
@@ -211,7 +211,7 @@ Call a vote to release the module, eg: h
After a successfule vote copy the staging artifacts to the live repository,
eg:
-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
+cp -p -v -R tuscany-zip-plugin-alpha3/org/apache/tuscany/sca/
/x1/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/tuscany/sca
-----------------------------------------------------------------------------
This Tuscany module includes much code copied from the Maven WAR plugin 2.0.2
Modified: tuscany/maven-plugins/trunk/tuscany-zip-plugin/RELEASE_NOTES
URL:
http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/tuscany-zip-plugin/RELEASE_NOTES?rev=1130444&r1=1130438&r2=1130444&view=diff
==============================================================================
--- tuscany/maven-plugins/trunk/tuscany-zip-plugin/RELEASE_NOTES (original)
+++ tuscany/maven-plugins/trunk/tuscany-zip-plugin/RELEASE_NOTES Thu Jun 2
09:09:17 2011
@@ -1,3 +1,8 @@
+Apache Tuscany Maven Zip Plugin Alpha3 Release Notes
+====================================================
+
+- Rename plugin from maven-zip-plugin to be tuscany-zip-plugin
+
Apache Tuscany Maven Zip Plugin Alpha2 Release Notes
====================================================
Modified: tuscany/maven-plugins/trunk/tuscany-zip-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/tuscany-zip-plugin/pom.xml?rev=1130444&r1=1130438&r2=1130444&view=diff
==============================================================================
--- tuscany/maven-plugins/trunk/tuscany-zip-plugin/pom.xml (original)
+++ tuscany/maven-plugins/trunk/tuscany-zip-plugin/pom.xml Thu Jun 2 09:09:17
2011
@@ -25,8 +25,8 @@
<version>4</version>
</parent>
- <groupId>org.apache.tuscany.maven.plugins</groupId>
- <artifactId>maven-zip-plugin</artifactId>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-zip-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Apache Tuscany Maven SCA ZIP Plugin</name>
<version>1.0-SNAPSHOT</version>