summaryrefslogtreecommitdiffstats
path: root/maven-plugins
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-18 08:07:35 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-18 08:07:35 +0000
commit22bdfe77abe83fd806a6616366564f4c8a49af13 (patch)
tree6fb0f9cddf4fde286a2128d234529d8b361d825b /maven-plugins
parent8698b0633014d9d2267fa4cf18628311cd389907 (diff)
Remove empty folder
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins')
-rw-r--r--maven-plugins/trunk/maven-bundle-plugin/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/maven-plugins/trunk/maven-bundle-plugin/README b/maven-plugins/trunk/maven-bundle-plugin/README
index 441941c1b0..74b16f3266 100644
--- a/maven-plugins/trunk/maven-bundle-plugin/README
+++ b/maven-plugins/trunk/maven-bundle-plugin/README
@@ -28,6 +28,10 @@ numbers in the pom.xml files in the trunk and tag, and deploy the artifacts to t
staging repository defined by the <deploy.altRepository> in your Maven settings.xml.
While running it will prompt you for the names for the tag, release version etc.
+Note: there seem to be issues with having empty folders in the src tree which causes
+ release:prepare to fail, not sure why but deleting the empty folder fixes the
+ problem. You can do "mvn release:rollback" to undo a failed release.
+
In your maven settings.xml file you must have a server defined named "apache.releases",
and a profile named "release". For example: