Re: Release maven-bundle-plugin ?

2007-10-26 Thread Stuart McCulloch
On 26/10/2007, Karl Pauls [EMAIL PROTECTED] wrote:

 This is up to Stuart. As far as I can see we are still in a bit of
 unstable state but I looks like we should be ready soonish.


yes - before we can do a new release, we'll need to stage and release the
following:

org.osgi.service.obr   # new artifact containing the OBR
API
maven-obr-plugin  # used to install local OBR
metadata

I'm also waiting for the following Maven shared components to be released:

  groupIdorg.apache.maven.shared/groupId
  artifactIdmaven-dependency-tree/artifactId
  version1.1-SNAPSHOT/version

  groupIdorg.apache.maven.shared/groupId
  artifactIdmaven-osgi/artifactId
  version0.2.0-SNAPSHOT/version

we could do a release without these, but it would mean backing out a couple
of fixes
supplied by Carlos which are needed by Maven projects using the bundleall
goal, so
as things stand I'd prefer to let things stabilize for the moment...

for those people who don't like using the apache snapshots repository (as it
also has
snapshots of Maven itself, etc.) you could use the OPS4J snapshot
repository, where
I keep a copy of the latest bundle snapshot:

  pluginRepositories
pluginRepository
  idops4j-snapshots/id
  urlhttp://repository.ops4j.org/mvn-snapshots/url
  releases
enabledfalse/enabled
  /releases
/pluginRepository
  /pluginRepositories

HTH

regards,

 Karl

 On 10/26/07, Damien Lecan [EMAIL PROTECTED] wrote:
  Hello,
 
  A lot of enhancements have been added to maven-bundle-plugin since 1.0.0
 .
 
  Would it be possible to release a new version of it ?
 
  Thanks
 
  Damien Lecan
 


 --
 Karl Pauls
 [EMAIL PROTECTED]




-- 
Cheers, Stuart


Re: Release maven-bundle-plugin ?

2007-10-26 Thread Karl Pauls
On 10/26/07, Stuart McCulloch [EMAIL PROTECTED] wrote:
 On 26/10/2007, Karl Pauls [EMAIL PROTECTED] wrote:
 
  This is up to Stuart. As far as I can see we are still in a bit of
  unstable state but I looks like we should be ready soonish.


 yes - before we can do a new release, we'll need to stage and release the
 following:

 org.osgi.service.obr   # new artifact containing the OBR

good to know. I can cut a release of that one.

 API
 maven-obr-plugin  # used to install local OBR metadata

Would you be interested in doing this one together with the
maven-bundle-plugin? Let me know if not then I can look into it.

regards,

Karl

 I'm also waiting for the following Maven shared components to be released:

   groupIdorg.apache.maven.shared/groupId
   artifactIdmaven-dependency-tree/artifactId
   version1.1-SNAPSHOT/version

   groupIdorg.apache.maven.shared/groupId
   artifactIdmaven-osgi/artifactId
   version0.2.0-SNAPSHOT/version

 we could do a release without these, but it would mean backing out a couple
 of fixes
 supplied by Carlos which are needed by Maven projects using the bundleall
 goal, so
 as things stand I'd prefer to let things stabilize for the moment...

 for those people who don't like using the apache snapshots repository (as it
 also has
 snapshots of Maven itself, etc.) you could use the OPS4J snapshot
 repository, where
 I keep a copy of the latest bundle snapshot:

   pluginRepositories
 pluginRepository
   idops4j-snapshots/id
   urlhttp://repository.ops4j.org/mvn-snapshots/url
   releases
 enabledfalse/enabled
   /releases
 /pluginRepository
   /pluginRepositories

 HTH

 regards,
 
  Karl
 
  On 10/26/07, Damien Lecan [EMAIL PROTECTED] wrote:
   Hello,
  
   A lot of enhancements have been added to maven-bundle-plugin since 1.0.0
  .
  
   Would it be possible to release a new version of it ?
  
   Thanks
  
   Damien Lecan
  
 
 
  --
  Karl Pauls
  [EMAIL PROTECTED]
 



 --
 Cheers, Stuart



-- 
Karl Pauls
[EMAIL PROTECTED]