fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.76k stars 504 forks source link

Allow fabric8-maven-plugin to also upload bundles specified with fabric8.bundles property in pom. #1545

Open geertschuring opened 10 years ago

geertschuring commented 10 years ago

It would be really nice if the fabric8-maven-plugin would not only upload the projects artifact, but also any bundles specified with the fabric8.bundles property.

jstrachan commented 10 years ago

Good idea!

Maybe internally the REST call to upload the project metadata from maven could return a list of missing dependencies or bundles in the maven proxy; so the maven plugin knows which jars to upload. It may be lots of the dependencies are already available for example.

On Wednesday, May 28, 2014, Geert Schuring notifications@github.com wrote:

It would be really nice if the fabric8-maven-plugin would not only upload the projects artifact, but also any bundles specified with the fabric8.bundles property.

— Reply to this email directly or view it on GitHubhttps://github.com/fabric8io/fabric8/issues/1545 .

James

Red Hat

Twitter: @jstrachan Email: jstracha@redhat.com Blog: http://macstrac.blogspot.com/

hawtio: http:/ http://fusesource.com//hawt.io/ fabric8: http:/ http://fusesource.com//fabric8.io/

Open Source Integration

geertschuring commented 10 years ago

It would be even nicer, if any runtime scoped dependencies are added to the profile. I currently have to maintain 2 lists of dependencies in my pom. (fabric8.bundles & project dependencies)