|
@ -150,6 +150,21 @@ |
|
|
</configuration> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId> |
|
|
|
|
|
<version>2.2.1</version> |
|
|
|
|
|
<executions> |
|
|
|
|
|
<execution> |
|
|
|
|
|
<id>attach-sources</id> |
|
|
|
|
|
<goals> |
|
|
|
|
|
<goal>jar</goal> |
|
|
|
|
|
</goals> |
|
|
|
|
|
</execution> |
|
|
|
|
|
</executions> |
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|