|
From: <fel...@us...> - 2006-12-27 01:34:51
|
Revision: 532
http://svn.sourceforge.net/dbunit/?rev=532&view=rev
Author: felipeal
Date: 2006-12-26 17:34:50 -0800 (Tue, 26 Dec 2006)
Log Message:
-----------
1482990: updating instructions
Modified Paths:
--------------
trunk/pom.xml
trunk/src/site/apt/building.apt
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-12-27 01:27:46 UTC (rev 531)
+++ trunk/pom.xml 2006-12-27 01:34:50 UTC (rev 532)
@@ -304,7 +304,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <goals>source:jar javadoc:jar deploy site:deploy</goals>
+ <goals>source:jar javadoc:jar deploy site:deploy repository:bundle-create</goals>
</configuration>
</plugin>
<!-- TODO: add cobertura and other plugins that would fail the build, like PMD, cobertura and checkstyle-->
Modified: trunk/src/site/apt/building.apt
===================================================================
--- trunk/src/site/apt/building.apt 2006-12-27 01:27:46 UTC (rev 531)
+++ trunk/src/site/apt/building.apt 2006-12-27 01:34:50 UTC (rev 532)
@@ -67,13 +67,13 @@
mvn -Pofficial release:prepare
---
-and then:
+ and then:
---
mvn -Pofficial release:perform
---
- The fourth step must be done manually, logging in SourceForge and uploading the following files:
+ That last command has created all necesary files for the fourth and fifth steps in the XXX/target directory. So, for the fourth step, log in SourceForge and uploading the following files:
* <dbunit-RELEASE.jar>
@@ -83,17 +83,10 @@
[]
- For the ibiblio artifacts, the bundle can be created running:
+ And for the fifth step, create a {{{http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10367&issuetype=3}Jira request}} and upload the <<<XXX/target/dbunit-RELEASE-bundle.jar>>>) file (see {{{http://maven.apache.org/guides/mini/guide-ibiblio-upload.html}Guide to uploading artifacts to The Central Repository}} for detailed instructions).
----
- mvn -Pofficial source:jar javadoc:jar repository:bundle-create
----
+ The final step can also be done by Maven, using the {{{http://maven.apache.org/plugins/maven-changes-plugin/}Maven Changes Plugin}}:
-Once the file is generated (at <<<target/dbunit-RELEASE-bundle.jar>>>), upload it on Maven's {{{http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10367&issuetype=3}Jira} (see {{{http://maven.apache.org/guides/mini/guide-ibiblio-upload.html}Guide to uploading artifacts to The Central Repository}} for detailed instructions).
-
-
- The final step can also be done by maven, using the {{{http://maven.apache.org/plugins/maven-changes-plugin/}Maven Changes Plugin}}:
-
---
mvn changes:announcement-mail
---
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|