소스 검색

SEC-1237-Re-enabled maven source plugin

Luke Taylor 16 년 전
부모
커밋
9d26527f30
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      pom.xml

+ 3 - 3
pom.xml

@@ -350,7 +350,6 @@
                     </execution>
                 </executions>
             </plugin>
-<!--            
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>
@@ -360,13 +359,14 @@
                 </configuration>
                 <executions>
                     <execution>
+                        <id>attach-sources</id>
+                        <phase>verify</phase>                        
                         <goals>
                             <goal>jar</goal>
                         </goals>
                     </execution>
                 </executions>
-            </plugin>
--->            
+            </plugin>       
             <!-- Other -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>