Przeglądaj źródła

SEC-998: Enabled bundlor in core

Luke Taylor 16 lat temu
rodzic
commit
2e3189cf83
1 zmienionych plików z 9 dodań i 0 usunięć
  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>