Quellcode durchsuchen

POM.xml新增源码打包

4.1.3.A
xiyoufang vor 8 Jahren
Ursprung
Commit
8b70312ae6
1 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen
  1. +15
    -0
      pom.xml

+ 15
- 0
pom.xml Datei anzeigen

@@ -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>


Laden…
Abbrechen
Speichern