소스 검색

SEC-998: Enabled bundlor in core

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

+ 9 - 0
core/pom.xml

@@ -119,5 +119,14 @@
             <optional>true</optional>
         </dependency>
     </dependencies>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>com.springsource.bundlor</groupId>
+                <artifactId>com.springsource.bundlor.maven</artifactId>
+            </plugin>
+        </plugins>
+    </build>
 
 </project>