Sfoglia il codice sorgente

SEC-998: Enabled bundlor in core

Luke Taylor 16 anni fa
parent
commit
2e3189cf83
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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>