2009/4/1 Jorg Heymans <[email protected]>: > On Wed, Apr 1, 2009 at 9:33 AM, Olivier Lamy <[email protected]> wrote: > >> Try mvn help:effective-pom I'm not sure the scm information is correct. > > I don't know what to make from the scm info, in any case it points to > a non-existing tag: > > <scm> > > <connection>scm:svn:http://server/svn/project/tags/myparent-4/myproject</connection> > > <developerConnection>scm:svn:http://server/svn/project/tags/myparent-4/myproject</developerConnection> > </scm> > > The "myproject" at the end seems bad. In any case somehow beta-8 was > able to cope with this, wierd.
:-) (in this case IMHO your project is bad : publishing site will publish bad source info etc.. changelog plugin can not work etc..) > >> >> btw : can you test with >> http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#remoteTagging >> set to false ? > > yep, added -DremoteTagging=false and now it works. > > Should i file an issue for this ? Uhm not really sure because it's configurable ( default value to true is intentionnal [1] ) and it work if scm element is correctly configured :-) [1] http://jira.codehaus.org/browse/MRELEASE-427 > > Thanks, > Jorg > > --------------------------------------------------------------------- > 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]
