You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Rodrigo Madera <ro...@gmail.com> on 2007/09/25 13:05:02 UTC

When will be the next release for maven-bundle-plugin?

Hello,

I'm currently using a SNAPSHOT version of the bundle plugin, and this may
interfere with maven-release-plugin.
When will be the next release?

Thanks,
Rodrigo

Re: When will be the next release for maven-bundle-plugin?

Posted by Carsten Ziegeler <cz...@apache.org>.
Rodrigo Madera wrote:
> What about maven-scr-plugin? =o)
> 
We did a lot of changes and fixed many bugs since the last release of
the maven-scr-plugin,
so I think it definitly makes sense to do a new release.

I'll try to prepare this in the next days.

Carsten


-- 
Carsten Ziegeler
cziegeler@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: maven-bundle-plugin and maven-release-plugin

Posted by Stuart McCulloch <st...@jayway.net>.
On 12/10/2007, GERODOLLE Anne RD-MAPS-GRE <an...@orange-ftgroup.com>
wrote:
>
> Hi everybody,
>
> I'm experiencing a strange behavior when trying to release a
> multi-module project using the maven-release-plugin.
>
> In brief :
> My project contains 3 modules (say A,B,C), each of which builds a bundle
> using the maven-bundle-plugin (version 1.0.0) . B depends on A (this is
> important).
> When I try to release the project (using the maven-release-plugin) I get
> into problems.
> After doing some investigation, I have found that :
> If I clean the m2 repository, and then do "mvn package", this fails
> because "1 required dependency is missing" (namely, A cannot be solved.
> If now I add <type>bundle</type> for the dependency, "mvn package" works
> and I can do "mvn relase:prepare" successfully, but afterwards, "mvn
> release:perform" does not work, because at some stage it looks for an
> artifact of type "bundle" ... And none can be found, as the artifact
> created by the "bundle" packaging is in fact of type "jar" (that's at
> least what I understand, I am no maven2 specialist)...


Hi Anne,

could you try this with the current 1.1.0-SNAPSHOT of the
maven-bundle-plugin
as it contains a workaround for MNG-1682, where Maven occasionally installs
an
artifact using the wrong suffix (usually as part of 'multi-module' build)
which can
cause problems when other modules try to resolve the dependency.

The work-aroubd I'm currently using is to keep the default jar type in
> the dependency, and perform manually some "mvn install" when a missing
> bundle artifact is reported. I have to do it several times.
>
> Sorry if this problem has already been reported, I searched the forum,
> but the only message  related to maven-release-plugin was from Rodrigo.
>
> Best regards,
>
> Anne
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>


-- 
Cheers, Stuart

maven-bundle-plugin and maven-release-plugin

Posted by GERODOLLE Anne RD-MAPS-GRE <an...@orange-ftgroup.com>.
Hi everybody,

I'm experiencing a strange behavior when trying to release a
multi-module project using the maven-release-plugin.

In brief :
My project contains 3 modules (say A,B,C), each of which builds a bundle
using the maven-bundle-plugin (version 1.0.0) . B depends on A (this is
important).
When I try to release the project (using the maven-release-plugin) I get
into problems.
After doing some investigation, I have found that :
If I clean the m2 repository, and then do "mvn package", this fails
because "1 required dependency is missing" (namely, A cannot be solved.
If now I add <type>bundle</type> for the dependency, "mvn package" works
and I can do "mvn relase:prepare" successfully, but afterwards, "mvn
release:perform" does not work, because at some stage it looks for an
artifact of type "bundle" ... And none can be found, as the artifact
created by the "bundle" packaging is in fact of type "jar" (that's at
least what I understand, I am no maven2 specialist)...

The work-aroubd I'm currently using is to keep the default jar type in
the dependency, and perform manually some "mvn install" when a missing
bundle artifact is reported. I have to do it several times.

Sorry if this problem has already been reported, I searched the forum,
but the only message  related to maven-release-plugin was from Rodrigo.

Best regards,

Anne
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: When will be the next release for maven-bundle-plugin?

Posted by Rodrigo Madera <ro...@gmail.com>.
What about maven-scr-plugin? =o)

Rodrigo

On 9/25/07, Rodrigo Madera <ro...@gmail.com> wrote:
>
> Excellent,
>
> Thanks for the update,
> Rodrigo
>
> On 9/25/07, Stuart McCulloch <stuart.mcculloch@jayway.net > wrote:
> >
> > On 25/09/2007, Karl Pauls <karlpauls@gmail.com > wrote:
> > >
> > > Well, right now It looks to me as if we still have a lot of activity
> > > going on. As soon as that is going down a bit and Stuart tells me it
> > > is ready I can cut a release (unless Stuart likes to do it himself).
> >
> >
> > ideally I'd like to get FELIX-360 in before I do a release, but I need
> > Carlos to update some maven snapshots first, as they seem to have been
> > compiled with 1.5 :(
> >
> > I'm also waiting for the latest BND library to be uploaded to central to
> > fix
> > an issue with importing bundle activators:
> >
> >    http://jira.codehaus.org/browse/MAVENUPLOAD-1730
> >
> > but if it looks like this will take longer than a week or so then I'll
> > probably do an interim release without these.
> >
> > regards,
> > >
> > > Karl
> > >
> > > On 9/25/07, Rodrigo Madera <ro...@gmail.com> wrote:
> > > > Hello,
> > > >
> > > > I'm currently using a SNAPSHOT version of the bundle plugin, and
> > this
> > > may
> > > > interfere with maven-release-plugin.
> > > > When will be the next release?
> > > >
> > > > Thanks,
> > > > Rodrigo
> > > >
> > >
> > >
> > > --
> > > Karl Pauls
> > > karlpauls@gmail.com
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> > > For additional commands, e-mail: users-help@felix.apache.org
> > >
> > >
> >
> >
> > --
> > Cheers, Stuart
> >
>
>

Re: When will be the next release for maven-bundle-plugin?

Posted by Rodrigo Madera <ro...@gmail.com>.
Excellent,

Thanks for the update,
Rodrigo

On 9/25/07, Stuart McCulloch <st...@jayway.net> wrote:
>
> On 25/09/2007, Karl Pauls <ka...@gmail.com> wrote:
> >
> > Well, right now It looks to me as if we still have a lot of activity
> > going on. As soon as that is going down a bit and Stuart tells me it
> > is ready I can cut a release (unless Stuart likes to do it himself).
>
>
> ideally I'd like to get FELIX-360 in before I do a release, but I need
> Carlos to update some maven snapshots first, as they seem to have been
> compiled with 1.5 :(
>
> I'm also waiting for the latest BND library to be uploaded to central to
> fix
> an issue with importing bundle activators:
>
>    http://jira.codehaus.org/browse/MAVENUPLOAD-1730
>
> but if it looks like this will take longer than a week or so then I'll
> probably do an interim release without these.
>
> regards,
> >
> > Karl
> >
> > On 9/25/07, Rodrigo Madera <ro...@gmail.com> wrote:
> > > Hello,
> > >
> > > I'm currently using a SNAPSHOT version of the bundle plugin, and this
> > may
> > > interfere with maven-release-plugin.
> > > When will be the next release?
> > >
> > > Thanks,
> > > Rodrigo
> > >
> >
> >
> > --
> > Karl Pauls
> > karlpauls@gmail.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> > For additional commands, e-mail: users-help@felix.apache.org
> >
> >
>
>
> --
> Cheers, Stuart
>

Re: When will be the next release for maven-bundle-plugin?

Posted by Stuart McCulloch <st...@jayway.net>.
On 25/09/2007, Karl Pauls <ka...@gmail.com> wrote:
>
> Well, right now It looks to me as if we still have a lot of activity
> going on. As soon as that is going down a bit and Stuart tells me it
> is ready I can cut a release (unless Stuart likes to do it himself).


ideally I'd like to get FELIX-360 in before I do a release, but I need
Carlos to update some maven snapshots first, as they seem to have been
compiled with 1.5 :(

I'm also waiting for the latest BND library to be uploaded to central to fix
an issue with importing bundle activators:

   http://jira.codehaus.org/browse/MAVENUPLOAD-1730

but if it looks like this will take longer than a week or so then I'll
probably do an interim release without these.

regards,
>
> Karl
>
> On 9/25/07, Rodrigo Madera <ro...@gmail.com> wrote:
> > Hello,
> >
> > I'm currently using a SNAPSHOT version of the bundle plugin, and this
> may
> > interfere with maven-release-plugin.
> > When will be the next release?
> >
> > Thanks,
> > Rodrigo
> >
>
>
> --
> Karl Pauls
> karlpauls@gmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>


-- 
Cheers, Stuart

Re: When will be the next release for maven-bundle-plugin?

Posted by Karl Pauls <ka...@gmail.com>.
Well, right now It looks to me as if we still have a lot of activity
going on. As soon as that is going down a bit and Stuart tells me it
is ready I can cut a release (unless Stuart likes to do it himself).

regards,

Karl

On 9/25/07, Rodrigo Madera <ro...@gmail.com> wrote:
> Hello,
>
> I'm currently using a SNAPSHOT version of the bundle plugin, and this may
> interfere with maven-release-plugin.
> When will be the next release?
>
> Thanks,
> Rodrigo
>


-- 
Karl Pauls
karlpauls@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org