Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@792 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jan 6, 2009
1 parent 8ebc708 commit c05a307
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Expand Up @@ -70,23 +70,20 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>

<version>5.8</version>
<classifier>jdk15</classifier>
</dependency>

<dependency>
<groupId>javax.ejb</groupId>
<artifactId>ejb-api</artifactId>

<version>3.0</version>
</dependency>

<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>

</dependency>

<dependency>
Expand All @@ -103,15 +100,13 @@

<dependency>
<groupId>javax.servlet</groupId>

<artifactId>servlet-api</artifactId>
<version>2.5</version>
</dependency>

<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>

<version>1.0.1B</version>
</dependency>

Expand All @@ -137,7 +132,6 @@

<dependency>
<groupId>com.google.collections</groupId>

<artifactId>google-collections</artifactId>
<version>0.8</version>
</dependency>
Expand All @@ -164,7 +158,6 @@

<dependency>
<groupId>javax.el</groupId>

<artifactId>el-ri</artifactId>
<version>1.2</version>
</dependency>
Expand Down Expand Up @@ -199,7 +192,6 @@
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version>
</extension>

</extensions>
<plugins>
<plugin>
Expand All @@ -208,7 +200,6 @@
<executions>
<execution>
<id>attach-sources</id>

<phase>verify</phase>
<goals>
<goal>jar</goal>
Expand All @@ -225,23 +216,20 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>

<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>

<version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>

<manifest>
<addDefaultImplementationEntries>
true
Expand All @@ -262,7 +250,6 @@
<profile>
<id>coverage</id>
<activation>

<property>
<name>coverage</name>
</property>
Expand All @@ -271,7 +258,6 @@
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>

<artifactId>emma-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
<inherited>true</inherited>
Expand All @@ -288,7 +274,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>

<inherited>true</inherited>
<configuration>
<forkMode>once</forkMode>
Expand All @@ -307,7 +292,6 @@
<ciManagement>
<system>Hudson</system>
<url />

</ciManagement>

<issueManagement>
Expand All @@ -325,7 +309,6 @@
</licenses>

<scm>

<connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri</developerConnection>
<url>http://fisheye.jboss.org/browse/WebBeans/ri</url>
Expand All @@ -334,15 +317,13 @@
<distributionManagement>
<repository>
<!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->

<!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
<!-- todo : replace this with direct svn access once the svnkit providers are available -->
<id>repository.jboss.org</id>
<url>file://${maven.repository.root}</url>
</repository>
<snapshotRepository>
<id>snapshots.jboss.org</id>

<name>JBoss Snapshot Repository</name>
<url>dav:https://snapshots.jboss.org/maven2</url>
</snapshotRepository>
Expand All @@ -351,15 +332,13 @@
<reporting>
<plugins>
<plugin>

<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<formats>
<format>html</format>
<format>xml</format>
</formats>

<instrumentation>
<ignores>
<ignore>javax.webbeans.*</ignore>
Expand Down

0 comments on commit c05a307

Please sign in to comment.