]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - legacy/argeo-commons/dep/pom.xml
Deactivate Argeo Commons Legacy build
[gpl/argeo-slc.git] / legacy / argeo-commons / dep / pom.xml
index d4abd083ecefaff1d9c7de3c0544b161540c5afb..ca5c96b600cdae796b52e826317faf8eaef678b9 100644 (file)
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc.legacy.commons</groupId>
                <artifactId>argeo-commons-legacy</artifactId>
-               <version>2.1.85-SNAPSHOT</version>
+               <version>2.1.104</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>legacy-dep</artifactId>
                                        </instructions>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>properties-maven-plugin</artifactId>
+                               <configuration>
+                                       <quiet>true</quiet>
+                                       <files>
+                                               <file>../../../../cnf/${version.context}.bnd</file>
+                                       </files>
+                               </configuration>
+                       </plugin>
                        <plugin>
                                <groupId>org.argeo.maven.plugins</groupId>
                                <artifactId>argeo-osgi-plugin</artifactId>
                        </plugin>
                        <plugin>
                                <artifactId>maven-assembly-plugin</artifactId>
-                               <dependencies>
-                                       <dependency>
-                                               <groupId>org.argeo.commons</groupId>
-                                               <artifactId>assembly-descriptors</artifactId>
-                                               <version>${version.argeo-commons}</version>
-                                       </dependency>
-                               </dependencies>
                                <configuration>
                                        <attach>false</attach>
                                </configuration>