wangwei пре 7 година
родитељ
комит
3e78951073
1 измењених фајлова са 13 додато и 0 уклоњено
  1. 13 0
      pom.xml

+ 13 - 0
pom.xml

@@ -73,6 +73,19 @@
 					<compilerArgument>-proc:none</compilerArgument>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
 		</plugins>
 	</build>