]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/plugins/org.argeo.jcr.ui.explorer/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / server / plugins / org.argeo.jcr.ui.explorer / pom.xml
index 16aabfad722ec9981d2119c627063d9741afba53..c4dcb90d1a79a9644013c39f1f8b05080be2c9f0 100644 (file)
@@ -1,9 +1,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.commons.server</groupId>
-               <version>0.2.3-SNAPSHOT</version>
+               <version>1.1.1-SNAPSHOT</version>
                <artifactId>plugins</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <build>
                <plugins>
                        <plugin>
-                               <groupId>org.argeo.maven.plugins</groupId>
-                               <artifactId>maven-argeo-osgi-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>resolve-pde-sources</id>
-                                               <goals>
-                                                       <goal>pde-sources</goal>
-                                               </goals>
-                                               <phase>generate-resources</phase>
-                                       </execution>
-                                       <execution>
-                                               <id>generate-descriptors</id>
-                                               <goals>
-                                                       <goal>descriptors</goal>
-                                               </goals>
-                                               <phase>generate-resources</phase>
-                                       </execution>
-                                       <execution>
-                                               <id>check-osgi</id>
-                                               <phase>test</phase>
-                                               <goals>
-                                                       <goal>equinox</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <onlyCheck>true</onlyCheck>
-                                                       <argsToAppend>
-                                                               <arg>-clean</arg>
-                                                       </argsToAppend>
-                                               </configuration>
-                                       </execution>
-                               </executions>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
+                                               <Bundle-Localization>plugin</Bundle-Localization>
+                                               <Bundle-Activator>org.argeo.jcr.ui.explorer.JcrExplorerPlugin</Bundle-Activator>
+                                               <Require-Bundle>org.eclipse.ui;resolution:=optional,
+                                                       org.eclipse.core.runtime;resolution:=optional,
+                                                       org.eclipse.rap.ui;resolution:=optional,
+                                                       org.eclipse.rap.ui.workbench;resolution:=optional</Require-Bundle>
+                                               <Import-Package>
+                                                       *,
+                                                       org.argeo.eclipse.spring,
+                                                       org.argeo.util.crypto,
+                                               </Import-Package>
+                                               <Export-Package>org.argeo.jcr.ui.explorer.*</Export-Package>
+                                       </instructions>
+                               </configuration>
                        </plugin>
                </plugins>
        </build>
                <dependency>
                        <groupId>org.argeo.commons.eclipse</groupId>
                        <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
-                       <version>0.2.3-SNAPSHOT</version>
+                       <version>1.1.1-SNAPSHOT</version>
                </dependency>
 
                <!-- RCP only dependency, needed at compile time -->
                <dependency>
                        <groupId>org.argeo.commons.eclipse</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>0.2.3-SNAPSHOT</version>
+                       <version>1.1.1-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
-
-               <!-- Testing and target platform -->
                <dependency>
-                       <groupId>org.argeo.commons.server</groupId>
-                       <artifactId>org.argeo.server.dep.node</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <type>pom</type>
-                       <scope>test</scope>
+                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
+                       <version>1.1.1-SNAPSHOT</version>
+                       <scope>provided</scope>
                </dependency>
        </dependencies>
 </project>