|
|
@ -96,6 +96,26 @@ |
|
|
|
</resources> |
|
|
|
</resources> |
|
|
|
|
|
|
|
|
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId> |
|
|
|
|
|
|
|
<inherited>true</inherited> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>attach-sources</id> |
|
|
|
|
|
|
|
<phase>process-classes</phase> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>jar</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<archive> |
|
|
|
|
|
|
|
<manifestFile>${source-bundle-manifest}</manifestFile> |
|
|
|
|
|
|
|
</archive> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|