I thought so, but when I remove the version entry, the announcement goal
fails like:
BUILD FAILED
File......
/home/lukas/.maven/cache/maven-announcement-plugin-1.4-SNAPSHOT/plugin.jelly
Element... ant:fail
Line...... 102
Column.... -1
Missing "version" element in the POM for release 1.10-SNAPSHOT.
However, running xdoc correctly generates the SNAPSHOT announcement...
Any quick idea or do I have to go bug hunting?
-Lukas
Arnaud HERITIER wrote:
Hi Lukas,
We never manually add version entries in the pom.
It's automatically done when you release a plugin.
Arnaud
-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 25 novembre 2005 01:03
À : [email protected]
Objet : svn commit: r348837 - in
/maven/maven-1/plugins/trunk/xdoc: project.xml xdocs/changes.xml
Author: ltheussl
Date: Thu Nov 24 16:03:17 2005
New Revision: 348837
URL: http://svn.apache.org/viewcvs?rev=348837&view=rev
Log:
Working on 1.10-SNAPSHOT
Modified:
maven/maven-1/plugins/trunk/xdoc/project.xml
maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/xdoc/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc
/project.xml?rev=348837&r1=348836&r2=348837&view=diff
==============================================================
================
--- maven/maven-1/plugins/trunk/xdoc/project.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/project.xml Thu Nov 24 16:03:17
+++ 2005
@@ -78,6 +78,11 @@
<name>1.9.2</name>
<tag>maven-xdoc-plugin-1.9.2</tag>
</version>
+ <version>
+ <id>1.10-SNAPSHOT</id>
+ <name>1.10-SNAPSHOT</name>
+ <tag>MAVEN_XDOC_1_10-SNAPSHOT</tag>
+ </version>
</versions>
<developers>
<developer>
Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc
/xdocs/changes.xml?rev=348837&r1=348836&r2=348837&view=diff
==============================================================
================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Thu Nov 24
+++ 16:03:17 2005
@@ -26,7 +26,7 @@
<author email="[EMAIL PROTECTED]">Vincent
Siveton</author>
</properties>
<body>
- <release version="1.10" date="in SVN">
+ <release version="1.10-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="fix"
issue="MPXDOC-177">Internationalized sites have no images.</action>
<action dev="ltheussl" type="add"
issue="MPXDOC-164">New goal <code>xdoc:sitemap</code> to
generate a sitemap.</action>
<action dev="aheritier" type="update"
issue="MAVEN-1712">Update dependencies to match ones in maven
1.1 core and to unify them between plugins. The following
dependencies are updated :
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]