Re: Copying license files to my jar in maven-jar-plugin

2012-02-06 Thread Nick Stolwijk
I think you may be looking at the wrong plugin. If I take a look at the Apache Parent Pom [1] I see an execution of the remote-resources-plugin, which is extracting the LICENSE, etc into the directory the jar plugin is going to process. I think you need to change the configuration of the

Copying license files to my jar in maven-jar-plugin

2012-02-03 Thread Lahiru Gunathilake
Hi all, I have an issue with one of the Apache Incubator project when it comes to copying license files. In Apache we use apache parent pom as the main parent pom of our project. So when we use it it simply copy LICENSE,NOTICE files of its own to my jars. I have LICENSE,NOTICE files with me for