]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/pom.xml
Add distribution management
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / pom.xml
index 8797af1138ee9cac944bf66f4433093f2d93da07..ffa4476cb7778bf335940a4681a17c50dd509cec 100644 (file)
                                                        org.argeo.slc.jemmytest.JemmyTestActivator
                                                </Bundle-Activator>
                                                <Import-Package>
-                                                       !org.apache.felix.*,*,javax.swing.*
+                                                       !org.apache.felix.*,*
                                                </Import-Package>
                                                <Export-Package>
                                                        org.argeo.slc.jemmytest.*
                                                </Export-Package>
-                                               <!-- 
-                                                       <Require-Bundle>
-                                                       org.argeo.slc.autoui
-                                                       </Require-Bundle> -->
                                        </instructions>
                                </configuration>
                        </plugin>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <skipTests>true</skipTests>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <profiles></profiles>
@@ -72,7 +75,7 @@
                                </exclusion>
                                <exclusion>
                                        <groupId>org.apache.felix</groupId>
-                       <artifactId>org.apache.felix.main</artifactId>
+                                       <artifactId>org.apache.felix.main</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>
@@ -80,7 +83,7 @@
                <dependency>
                        <groupId>org.argeo.dep.jemmy</groupId>
                        <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
-                       <version>0.2.0</version>
+                       <version>0.2.1-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <version>3.8.2</version>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.sandbox</groupId>
+                       <artifactId>org.argeo.slc.sandbox.testui</artifactId>
+                       <version>0.1.1-SNAPSHOT</version>
+                       <scope>test</scope>
+               </dependency>
+
                <!-- OSGi -->
                <dependency>
                        <groupId>org.apache.felix</groupId>
-                       <artifactId>org.apache.felix.main</artifactId>
-                       <version>1.2.1</version>
+                       <artifactId>org.osgi.core</artifactId>
+                       <version>1.0.0</version>
                </dependency>
        </dependencies>
        <repositories>
                        <id>argeo</id>
                        <url>http://www.argeo.org/maven/argeo</url>
                </repository>
+               <repository>
+                       <id>argeo-snapshots</id>
+                       <url>http://www.argeo.org/maven/argeo-snapshots</url>
+               </repository>
        </repositories>
+       <distributionManagement>
+               <repository>
+                       <uniqueVersion>false</uniqueVersion>
+                       <id>argeo-restricted</id>
+                       <name>Argeo FOSS Repository</name>
+                       <url>file:///var/argeo/maven2/argeo</url>
+               </repository>
+               <snapshotRepository>
+                       <uniqueVersion>true</uniqueVersion>
+                       <id>argeo-snapshots-restricted</id>
+                       <name>Argeo FOSS Snapshots Repository</name>
+                       <url>file:///var/argeo/maven2/argeo-snapshots</url>
+               </snapshotRepository>
+       </distributionManagement>
 </project>
\ No newline at end of file