Open GoogleCodeExporter opened 9 years ago
To employ the change I made, the pom.xml of my project had this as a resource
declaration of the addjars-maven-plugin:
<resources>
<resource>
<directory>${basedir}/libs</directory>
<scope>provided</scope>
</resource>
</resources>
Original comment by ebrid...@squarespace.com
on 15 Mar 2013 at 5:30
Could you clarify what you mean by duplication?
I added the provided scope declaration to my project and that did not cause any
problems.
Can I see I the pom affected by this issue?
> Please verify and merge this fix into a new release so that I don't need to
fork your codebase.
Actually, I don't mind if someone forks the codebase and continue supporting
the plugin.
If you do so, I will add links to the new project location from the Wiki pages.
Original comment by v.kary...@gmail.com
on 16 Mar 2013 at 1:26
Original issue reported on code.google.com by
ebrid...@squarespace.com
on 15 Mar 2013 at 5:28