Is it possible to not use bundle for tcks? I see it only as a cool dep for osgi/manual dep handling but not as our primary delivery.
Wdyt? ---------- Message transféré ---------- De : <[email protected]> Date : 4 mai 2015 15:00 Objet : svn commit: r1677594 - in /bval/trunk: bval-tck/pom.xml bval-tck11/pom.xml pom.xml À : <[email protected]> Cc : Author: struberg Date: Mon May 4 13:00:30 2015 New Revision: 1677594 URL: http://svn.apache.org/r1677594 Log: remove unnecessary repositories Modified: bval/trunk/bval-tck/pom.xml bval/trunk/bval-tck11/pom.xml bval/trunk/pom.xml Modified: bval/trunk/bval-tck/pom.xml URL: http://svn.apache.org/viewvc/bval/trunk/bval-tck/pom.xml?rev=1677594&r1=1677593&r2=1677594&view=diff ============================================================================== --- bval/trunk/bval-tck/pom.xml (original) +++ bval/trunk/bval-tck/pom.xml Mon May 4 13:00:30 2015 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.bval</groupId> <artifactId>bval-parent</artifactId> - <version>1.1.0-alpha-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>bval-tck-runner</artifactId> @@ -70,6 +70,11 @@ <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-el-api</artifactId> </dependency> + <dependency> + <groupId>org.apache.bval</groupId> + <artifactId>bundle</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> <properties> @@ -170,59 +175,6 @@ <version>1.0.0</version> </dependency> </dependencies> - <repositories> - <repository> - <id>nuxeo</id> - <url>https://maven.nuxeo.org/nexus/content/groups/public/ </url> - </repository> - <repository> - <!-- override outdated URLs for jboss repo ids --> - <id>repository.jboss.org</id> - <name>JBoss Public Maven Repository Group</name> - <url> https://repository.jboss.org/nexus/content/groups/public/</url> - <layout>default</layout> - <releases> - <enabled>true</enabled> - <updatePolicy>never</updatePolicy> - <checksumPolicy>fail</checksumPolicy> - </releases> - <snapshots> - <enabled>false</enabled> - <updatePolicy>never</updatePolicy> - <checksumPolicy>warn</checksumPolicy> - </snapshots> - </repository> - <repository> - <id>jboss</id> - <name>JBoss Public Maven Repository Group (again)</name> - <url> https://repository.jboss.org/nexus/content/groups/public/</url> - <layout>default</layout> - <releases> - <enabled>true</enabled> - <updatePolicy>never</updatePolicy> - <checksumPolicy>fail</checksumPolicy> - </releases> - <snapshots> - <enabled>false</enabled> - <updatePolicy>never</updatePolicy> - <checksumPolicy>warn</checksumPolicy> - </snapshots> - </repository> - <repository> - <id>snapshots.jboss.org</id> - <url> https://repository.jboss.org/nexus/content/repositories/snapshots/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <repository> - <id>jboss-snapshots</id> - <url> https://repository.jboss.org/nexus/content/repositories/snapshots/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> <build> <plugins> <plugin> Modified: bval/trunk/bval-tck11/pom.xml URL: http://svn.apache.org/viewvc/bval/trunk/bval-tck11/pom.xml?rev=1677594&r1=1677593&r2=1677594&view=diff ============================================================================== --- bval/trunk/bval-tck11/pom.xml (original) +++ bval/trunk/bval-tck11/pom.xml Mon May 4 13:00:30 2015 @@ -39,6 +39,28 @@ under the License. <validation.provider>org.apache.bval.jsr.ApacheValidationProvider</validation.provider> </properties> + <repositories> + <!-- + TODO remove: this only exists because currently there are no org.jboss.test-audit on maven.central _yet_. + --> + <repository> + <id>jboss</id> + <name>JBoss Public Maven Repository Group (again)</name> + <url>https://repository.jboss.org/nexus/content/groups/public/ </url> + <layout>default</layout> + <releases> + <enabled>true</enabled> + <updatePolicy>never</updatePolicy> + <checksumPolicy>fail</checksumPolicy> + </releases> + <snapshots> + <enabled>false</enabled> + <updatePolicy>never</updatePolicy> + <checksumPolicy>warn</checksumPolicy> + </snapshots> + </repository> + </repositories> + <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> @@ -137,16 +159,9 @@ under the License. </dependency> </dependencies> - <repositories> - <repository> - <id>nuxeo</id> - <url>https://maven.nuxeo.org/nexus/content/groups/public/</url> - </repository> - </repositories> - <profiles> <profile> - <id>tck11</id> + <id>tck</id> <activation> <property> <name>tck11</name> Modified: bval/trunk/pom.xml URL: http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=1677594&r1=1677593&r2=1677594&view=diff ============================================================================== --- bval/trunk/pom.xml (original) +++ bval/trunk/pom.xml Mon May 4 13:00:30 2015 @@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License. --><!-- - Maven release plugin requires the project tag to be on a single line. + Maven release plugin requires the project tag to be on a single line. --><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>
