[jboss-cvs] JBossAS SVN: r95842 - in projects/interceptors/api/branches: interceptors-api-1.0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 30 12:04:27 EDT 2009


Author: marius.bogoevici
Date: 2009-10-30 12:04:27 -0400 (Fri, 30 Oct 2009)
New Revision: 95842

Added:
   projects/interceptors/api/branches/interceptors-api-1.0/
   projects/interceptors/api/branches/interceptors-api-1.0/pom.xml
   projects/interceptors/api/branches/interceptors-api-1.0/src/
Log:
[maven-release-plugin]  copy for branch interceptors-api-1.0

Copied: projects/interceptors/api/branches/interceptors-api-1.0 (from rev 95836, projects/interceptors/api/trunk)

Copied: projects/interceptors/api/branches/interceptors-api-1.0/pom.xml (from rev 95841, projects/interceptors/api/trunk/pom.xml)
===================================================================
--- projects/interceptors/api/branches/interceptors-api-1.0/pom.xml	                        (rev 0)
+++ projects/interceptors/api/branches/interceptors-api-1.0/pom.xml	2009-10-30 16:04:27 UTC (rev 95842)
@@ -0,0 +1,72 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.interceptor</groupId>
+  <artifactId>jboss-interceptor-api</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <name>EJB Interceptor API</name>
+
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/interceptors/api/tags/interceptors-api-1.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/interceptors/api/branches/interceptors-api-1.0</developerConnection>
+    <url>https://svn.jboss.org/repos/jbossas/projects/interceptors/api/tags/interceptors-api-1.0</url>
+  </scm>
+
+  <build>
+    <finalName>${artifactId}</finalName>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2.SP1</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-9</version>
+        <configuration>
+          <generateReleasePoms>false</generateReleasePoms>
+          <tagBase>https://svn.jboss.org/repos/jbossas/projects/interceptors/api/tags</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-idea-plugin</artifactId>
+          <configuration>
+            <downloadSources>true</downloadSources>
+          </configuration>
+        </plugin>
+        <plugin>
+          <!-- Configure javadoc plugin with APIviz -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <doclet>net.gleamynode.apiviz.APIviz</doclet>
+            <docletArtifact>
+              <groupId>net.gleamynode.apiviz</groupId>
+              <artifactId>apiviz</artifactId>
+              <version>1.1.0</version>
+            </docletArtifact>
+            <encoding>UTF-8</encoding>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+</project>
\ No newline at end of file

Copied: projects/interceptors/api/branches/interceptors-api-1.0/src (from rev 95840, projects/interceptors/api/trunk/src)




More information about the jboss-cvs-commits mailing list