I want to do the exact same,

but it seems that the assembly plugin only accepts 
<manifest>
        <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
        <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>

which does not include the
                                                        
<X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK>
<X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>

manifestEntries. 

Anybody have a clue for this?


Rex Huang wrote:
> 
> I use maven-assembly-plugin instead of maven-jar-plugin,
> because I want to create a binary distribution with all runtime
> dependencies.
> 
> but I don't know how set manifestEntries with maven-assembly-plugin.
> 
> and also I wonder if the sunfire-test is test the jar file that I
> repackaged
> with maven-assembly-plugin.
> 
> BR//Rex
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-set-manifestEntries-with-maven-assembly-plugin-tp15566039s177p16380812.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to