Browse Source

POM.xml新增源码打包

4.1.3.A
xiyoufang 8 years ago
parent
commit
8b70312ae6
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      pom.xml

+ 15
- 0
pom.xml View File

@@ -203,6 +203,21 @@
<goals>deploy</goals>
</configuration>
</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>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>


Loading…
Cancel
Save