|
@@ -203,6 +203,21 @@ |
|
|
<goals>deploy</goals>
|
|
|
<goals>deploy</goals>
|
|
|
</configuration>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
</plugin>
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
|
|
<version>2.1</version>
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
<attach>true</attach>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
<executions>
|
|
|
|
|
|
<execution>
|
|
|
|
|
|
<phase>compile</phase>
|
|
|
|
|
|
<goals>
|
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
|
</goals>
|
|
|
|
|
|
</execution>
|
|
|
|
|
|
</executions>
|
|
|
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|