I'm a wee bit frustrated.  :)  We don't have the pom.xml files under
wink-itests or wink-assembly tied to the main build, so when we run 'mvn
release:prepare' the release plugin misses those.  I haven't tested to see
if -PCIBuild is acceptable with release:prepare, but maybe that would solve
the problem?

The problem I'm running into now is that once release:prepare changes out
all the versions in the poms from -SNAPSHOT to the release version, the
dependency listed in wink-assembly/wink-assembly-aggregatejar-osgi/pom.xml
is no good; the 'mvn release:perform' bombs out due to the version specified
on that dependency.

mike


On Fri, Nov 5, 2010 at 10:50 PM, Jason Dillon <[email protected]> wrote:

> Whats the problem?  I've not see so many failed release attempts before...
> mvn release:prepare && mvn release:perform should pretty much work w/o lots
> of hoops to jump though (in most cases).
>
> Why so many failed release attempts?
>
> --jason
>
>
> On Nov 5, 2010, at 8:23 PM, [email protected] wrote:
>
> > Author: rott
> > Date: Sat Nov  6 03:23:20 2010
> > New Revision: 1031953
> >
> > URL: http://svn.apache.org/viewvc?rev=1031953&view=rev
> > Log:
> > [maven-release-plugin] prepare for next development iteration
> >
> > Modified:
> >    incubator/wink/branches/wink-1.1.2-incubating/pom.xml
> >
> > Modified: incubator/wink/branches/wink-1.1.2-incubating/pom.xml
> > URL:
> http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating/pom.xml?rev=1031953&r1=1031952&r2=1031953&view=diff
> >
> ==============================================================================
> > --- incubator/wink/branches/wink-1.1.2-incubating/pom.xml (original)
> > +++ incubator/wink/branches/wink-1.1.2-incubating/pom.xml Sat Nov  6
> 03:23:20 2010
> > @@ -53,9 +53,9 @@
> >         <module>wink-assembly</module>
> >     </modules>
> >     <scm>
> > -        <connection>scm:svn:
> http://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating
> </connection>
> > -        <developerConnection>scm:svn:
> https://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating
> </developerConnection>
> > -        <url>
> http://svn.apache.org/viewvc/incubator/wink/tags/wink-1.1.2-incubating
> </url>
> > +        <connection>scm:svn:
> http://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating
> </connection>
> > +        <developerConnection>scm:svn:
> https://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating
> </developerConnection>
> > +        <url>
> http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating
> </url>
> >     </scm>
> >     <build>
> >         <plugins>
> >
> >
>
>

Reply via email to