GitHub user ryenus opened a pull request:
https://github.com/apache/maven-plugins/pull/13
[MJAR-170] make the jar classifier customizable via property
maven.jar.classifier
tested with the following snippet in my pom.xml and it works:
```xml
<properties>
<maven.jar.classifier>jdk6</maven.jar.classifier>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.5-SNAPSHOT</version> <!-- local patched
snapshot version -->
</plugin>
</plugins>
</build>
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ryenus/maven-plugins mjar-170
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-plugins/pull/13.patch
----
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]