Reporting your configuration here, since this list dumps all attachments.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<configuration>
<finalName>${project.build.finalName}</finalName>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>
com.afsilva.main.AppMainFrame
</mainClass>
<addDefaultSpecificationEntries>
true
</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>
true
</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Class-path>resources/</Class-path>
</manifestEntries>
</archive>
</configuration>
</plugin>
What is the problem you are experiencing?
afsilva wrote:
Hi,
My configuration is in the attached file.
http://www.nabble.com/file/p18345472/pom.xml pom.xml
Thanks for the response.
Dennis Lundberg-2 wrote:
What's your configuration?
afsilva wrote:
Hi
this is an old message, I guess the problem is suposed to be solved. But
the
fact is that I'm observing the same strange behaviour with the 2.3
version
of the maven archiver.
Can anyone give me a hint about this?
baerrach wrote:
On 8/15/06, Barrie Treloar <[EMAIL PROTECTED]> wrote:
On 5/11/06, George Zhao <[EMAIL PROTECTED]> wrote:
We saw the same issue here (two Class-Path entries).
But if we set <addClasspath> to false and put all the known classpath
there,
we can generate one Class-Path entry - not a pretty solution through.
Anybody over there has other workaround for this issue(I believe it is
a
bug)?
This appears to be fixed in the trunk of maven-jar-plugin.
I'm not sure if the snapshot version has the fix in it.
It wasn't until I installed a local build of the trunk that this
problem went away.
The fix is included maven-archiver-2.2-SNAPSHOT.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]