Re: Adding a line in the MANIFEST.MF with maven3

2011-12-26 Thread Oliver Zemann
got this fixed now: org.apache.felix maven-bundle-plugin 2.2.0 true org.dyndns.soundbox.mp3wrapper.Activator com.jcraft.jogg,com.jcraft.jorbis,javazoom.jl.converter,javazoom.jl.decoder,javazoom.jl.player,javazoom.jl.player.advanced,javazoom.spi,javazoom.spi.mpeg.sampled.convert,javazoom.spi.m

Re: Adding a line in the MANIFEST.MF with maven3

2011-12-19 Thread Oliver Zemann
> I cannot be able to read i dont understand that. Netbeans uses the felix-maven-plugin by default. And yes, i am using it too. But what has this to do with my problem in adding a line to the manifest.mf? On the site you posted, i only found that: If you have an existing manifest, you can add thi

Re: Adding a line in the MANIFEST.MF with maven3

2011-12-19 Thread Antonio Petrelli
2011/12/19 Oliver Zemann > I dont want to change so much in the pom.xml, because i am new to maven > and dont want to "kill" it, so i hoped there is something like "just add > this line and its done" ;) > It's wrong. It's better to use the correct Maven plugin. There's a great probability that t

Re: Adding a line in the MANIFEST.MF with maven3

2011-12-19 Thread Oliver Zemann
Because Netbeans created it that way... and in the netbeans created pom.xml there's no usage of the maven-jar-plugin. Also the statement: "Starting with version 2.1, the maven-jar-plugin uses Maven Archiver 2.1. This means that it no longer creates the Specification and Implementation details in th

Re: Adding a line in the MANIFEST.MF with maven3

2011-12-19 Thread Anders Hammar
Why aren't you using the standard Maven way for a jar project and configure the jar plugin? http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html /Anders On Mon, Dec 19, 2011 at 11:56, Oliver Zemann wrote: > Hi, > > i would like to add a line into my manifest.mf w

Adding a line in the MANIFEST.MF with maven3

2011-12-19 Thread Oliver Zemann
Hi, i would like to add a line into my manifest.mf when the .jar is created with netbeans 7.0.1. This is my pom.xml: build-for-felix org.apache.felix org.apache.felix.main 3.0.7