Repository: tomee Updated Branches: refs/heads/master 6f071cbef -> 41435dc10
http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/maven/applicationcomposer-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven/applicationcomposer-maven-plugin/pom.xml b/maven/applicationcomposer-maven-plugin/pom.xml index 550d16e..06aa375 100644 --- a/maven/applicationcomposer-maven-plugin/pom.xml +++ b/maven/applicationcomposer-maven-plugin/pom.xml @@ -19,49 +19,49 @@ <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> - <artifactId>maven</artifactId> - <groupId>org.apache.tomee.maven</groupId> - <version>7.0.0-SNAPSHOT</version> - </parent> - <modelVersion>4.0.0</modelVersion> - - <artifactId>applicationcomposer-maven-plugin</artifactId> - <packaging>maven-plugin</packaging> + <parent> + <artifactId>maven</artifactId> + <groupId>org.apache.tomee.maven</groupId> <version>7.0.0-SNAPSHOT</version> - <name>OpenEJB :: Maven Plugins :: ApplicationComposer Maven Plugin</name> + </parent> + <modelVersion>4.0.0</modelVersion> + + <artifactId>applicationcomposer-maven-plugin</artifactId> + <packaging>maven-plugin</packaging> + <version>7.0.0-SNAPSHOT</version> + <name>OpenEJB :: Maven Plugins :: ApplicationComposer Maven Plugin</name> - <dependencies> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - </dependency> - <dependency> - <groupId>org.apache.tomee</groupId> - <artifactId>openejb-cxf-rs</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>maven-util</artifactId> - <version>${project.parent.version}</version> - </dependency> - <dependency> - <groupId>org.apache.maven.plugin-tools</groupId> - <artifactId>maven-plugin-annotations</artifactId> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-archiver</artifactId> - <version>2.5</version> - </dependency> - </dependencies> + <dependencies> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + </dependency> + <dependency> + <groupId>org.apache.tomee</groupId> + <artifactId>openejb-cxf-rs</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>maven-util</artifactId> + <version>${project.parent.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.plugin-tools</groupId> + <artifactId>maven-plugin-annotations</artifactId> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-archiver</artifactId> + <version>2.5</version> + </dependency> + </dependencies> - <properties> - <maven-plugin.prefix>applicationcomposer</maven-plugin.prefix> - </properties> - </project> + <properties> + <maven-plugin.prefix>applicationcomposer</maven-plugin.prefix> + </properties> +</project> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/maven/tomee-webapp-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/maven/tomee-webapp-archetype/pom.xml b/maven/tomee-webapp-archetype/pom.xml index 2c5788d..ac57174 100644 --- a/maven/tomee-webapp-archetype/pom.xml +++ b/maven/tomee-webapp-archetype/pom.xml @@ -44,7 +44,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more <target> <replace file="${project.build.directory}/classes/archetype-resources/pom.xml" token="[TOMEE]" value="${project.version}"/> <replace file="${project.build.directory}/classes/archetype-resources/pom.xml" token="[OPENEJB]" value="{project.version}"/> - </target> + </target> </configuration> </execution> </executions> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/server/openejb-http/pom.xml ---------------------------------------------------------------------- diff --git a/server/openejb-http/pom.xml b/server/openejb-http/pom.xml index 658c0ce..630220c 100644 --- a/server/openejb-http/pom.xml +++ b/server/openejb-http/pom.xml @@ -21,26 +21,26 @@ <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> <artifactId>server</artifactId> <groupId>org.apache.tomee</groupId> <version>7.0.0-SNAPSHOT</version> - </parent> - + </parent> + <artifactId>openejb-http</artifactId> <packaging>jar</packaging> <name>OpenEJB :: Server :: Http</name> - + <properties> <openejb.osgi.import.pkg> org.mortbay*;resolution:=optional, * </openejb.osgi.import.pkg> </properties> - + <build> <plugins> <plugin> @@ -85,7 +85,7 @@ </plugin> </plugins> </build> - + <dependencies> <dependency> <groupId>${project.groupId}</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/tck/bval-embedded/pom.xml ---------------------------------------------------------------------- diff --git a/tck/bval-embedded/pom.xml b/tck/bval-embedded/pom.xml index d1359a1..45e3c96 100644 --- a/tck/bval-embedded/pom.xml +++ b/tck/bval-embedded/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<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"> <parent> <artifactId>tck</artifactId> <groupId>org.apache.tomee</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/tck/cdi-embedded/pom.xml ---------------------------------------------------------------------- diff --git a/tck/cdi-embedded/pom.xml b/tck/cdi-embedded/pom.xml index fee1049..e8a06d0 100644 --- a/tck/cdi-embedded/pom.xml +++ b/tck/cdi-embedded/pom.xml @@ -204,7 +204,8 @@ <admin.disabled>true</admin.disabled> <ejbd.disabled>true</ejbd.disabled> <ejbds.disabled>true</ejbds.disabled> - <httpejbd.port>0</httpejbd.port> <!-- random port for http one -> CI friendly --> + <httpejbd.port>0</httpejbd.port> + <!-- random port for http one -> CI friendly --> <openejb.cdi.applicationScope.cached>false</openejb.cdi.applicationScope.cached> <openejb.cdi.producer.interception>false</openejb.cdi.producer.interception> @@ -214,7 +215,8 @@ <openejb.jul.forceReload>true</openejb.jul.forceReload> <openejb.strict.interface.declaration>true</openejb.strict.interface.declaration> <openejb.http.mock-request>true</openejb.http.mock-request> - <openejb.http.default-content-type>text/plain</openejb.http.default-content-type> <!-- TODO: remove it --> + <openejb.http.default-content-type>text/plain</openejb.http.default-content-type> + <!-- TODO: remove it --> <openejb.http.eviction.duration>1 second</openejb.http.eviction.duration> <openejb.embedded.try-jsp>true</openejb.embedded.try-jsp> <openejb.deploymentId.format>{appId}/{ejbJarId}/{ejbName}</openejb.deploymentId.format> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/tck/pom.xml ---------------------------------------------------------------------- diff --git a/tck/pom.xml b/tck/pom.xml index 5d6f6f8..52a4498 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<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"> <parent> <artifactId>tomee-project</artifactId> <groupId>org.apache.tomee</groupId> @@ -29,7 +30,8 @@ <modules> <module>cdi-embedded</module> <module>cdi-tomee</module> - <module>cdi-tomee-embedded</module> <!-- TODO: either really use this module or delete it --> + <module>cdi-tomee-embedded</module> + <!-- TODO: either really use this module or delete it --> <module>bval-embedded</module> <module>tck-common</module> <module>bval-tomee</module> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/tck/tck-common/pom.xml ---------------------------------------------------------------------- diff --git a/tck/tck-common/pom.xml b/tck/tck-common/pom.xml index 73ca13b..232599a 100644 --- a/tck/tck-common/pom.xml +++ b/tck/tck-common/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<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"> +<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> <artifactId>tck</artifactId> <groupId>org.apache.tomee</groupId> @@ -74,12 +75,12 @@ </dependencies> <build> <plugins> - <plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <useFile>false</useFile> - <disableXmlReport>true</disableXmlReport> + <useFile>false</useFile> + <disableXmlReport>true</disableXmlReport> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/tomee/tomee-catalina/pom.xml ---------------------------------------------------------------------- diff --git a/tomee/tomee-catalina/pom.xml b/tomee/tomee-catalina/pom.xml index 447be59..8efcd04 100644 --- a/tomee/tomee-catalina/pom.xml +++ b/tomee/tomee-catalina/pom.xml @@ -38,7 +38,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> - <version>2.3</version> + <version>2.3</version> </plugin> </plugins> </reporting> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/tomee/tomee-common/pom.xml ---------------------------------------------------------------------- diff --git a/tomee/tomee-common/pom.xml b/tomee/tomee-common/pom.xml index c42841e..0fd27bd 100644 --- a/tomee/tomee-common/pom.xml +++ b/tomee/tomee-common/pom.xml @@ -19,7 +19,8 @@ <!-- $Rev: 600338 $ $Date: 2007-12-02 09:08:04 -0800 (Sun, 02 Dec 2007) $ --> -<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"> <parent> <artifactId>tomee</artifactId> <groupId>org.apache.tomee</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/tomee/tomee-deb/pom.xml ---------------------------------------------------------------------- diff --git a/tomee/tomee-deb/pom.xml b/tomee/tomee-deb/pom.xml index e7ca8c0..8904ccc 100644 --- a/tomee/tomee-deb/pom.xml +++ b/tomee/tomee-deb/pom.xml @@ -14,206 +14,206 @@ --> <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> - <artifactId>tomee</artifactId> - <groupId>org.apache.tomee</groupId> - <version>7.0.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>tomee-deb</artifactId> - <packaging>jar</packaging> - <name>OpenEJB :: TomEE :: Debian Package Builder</name> - - <properties> - <distribution.workdir>${project.build.directory}/work-dir</distribution.workdir> - </properties> - - <dependencies> - <!-- Dependencies used by builder logic. --> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-core</artifactId> - <version>3.2.1</version> - </dependency> - <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy-all</artifactId> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </dependency> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </dependency> + <parent> + <artifactId>tomee</artifactId> + <groupId>org.apache.tomee</groupId> + <version>7.0.0-SNAPSHOT</version> + </parent> - <!-- We need to be sure the ZIP files are built before the debian package. --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>apache-tomee</artifactId> - <version>${project.version}</version> - <type>pom</type> - </dependency> + <modelVersion>4.0.0</modelVersion> + <artifactId>tomee-deb</artifactId> + <packaging>jar</packaging> + <name>OpenEJB :: TomEE :: Debian Package Builder</name> - <!-- We use resources from these guys below. --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>openejb-core</artifactId> - <version>${version.openejb}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>openejb-cxf</artifactId> - <version>${version.openejb}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>openejb-cxf-rs</artifactId> - <version>${version.openejb}</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>openejb-hsql</artifactId> - <version>${version.openejb}</version> - </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-tomee-zip</id> - <phase>prepare-package</phase> - <goals> - <goal>copy</goal> - </goals> - <configuration> - <artifactItems> - <artifactItem> - <groupId>${project.groupId}</groupId> - <artifactId>apache-tomee</artifactId> - <version>${project.version}</version> - <classifier>plus</classifier> - <type>zip</type> - <outputDirectory>${distribution.workdir}</outputDirectory> - <destFileName>tomee-plus.zip</destFileName> - </artifactItem> - <artifactItem> - <groupId>${project.groupId}</groupId> - <artifactId>apache-tomee</artifactId> - <version>${project.version}</version> - <classifier>webprofile</classifier> - <type>zip</type> - <outputDirectory>${distribution.workdir}</outputDirectory> - <destFileName>tomee-webprofile.zip</destFileName> - </artifactItem> - <artifactItem> - <groupId>${project.groupId}</groupId> - <artifactId>apache-tomee</artifactId> - <version>${project.version}</version> - <classifier>plume</classifier> - <type>zip</type> - <outputDirectory>${distribution.workdir}</outputDirectory> - <destFileName>tomee-plume.zip</destFileName> - </artifactItem> - </artifactItems> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.gmaven</groupId> - <artifactId>groovy-maven-plugin</artifactId> - <configuration> - <classpathScope>runtime</classpathScope> - <scriptpath> - <path>${project.basedir}/src/main/groovy</path> - </scriptpath> - <defaults> - <testSectionsFile>${project.basedir}/sections.properties</testSectionsFile> - <logOutputDirectory>${project.build.directory}/logs</logOutputDirectory> - <backupLogs>true</backupLogs> - </defaults> - </configuration> - <executions> - <execution> - <id>build-distribution</id> - <phase>package</phase> - <goals> - <goal>execute</goal> - </goals> - <configuration> - <source> - new org.apache.tomee.deb.PackageBuilder(project).createPackage() - </source> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <id>attach-artifacts</id> - <phase>package</phase> - <goals> - <goal>attach-artifact</goal> - </goals> - <configuration> - <artifacts> - <artifact> - <file>${project.build.directory}/work-dir/apache-tomee-plus.deb</file> - <type>deb</type> - <classifier>plus</classifier> - </artifact> - <artifact> - <file>${project.build.directory}/work-dir/apache-tomee-webprofile.deb - </file> - <type>deb</type> - <classifier>webprofile</classifier> - </artifact> - <artifact> - <file>${project.build.directory}/work-dir/apache-tomee-plume.deb - </file> - <type>deb</type> - <classifier>plume</classifier> - </artifact> - <artifact> - <file>${project.build.directory}/work-dir/apache-libtomee-plume-java.deb - </file> - <type>deb</type> - <classifier>lib-plume</classifier> - </artifact> - <artifact> - <file>${project.build.directory}/work-dir/apache-libtomee-plus-java.deb - </file> - <type>deb</type> - <classifier>lib-plus</classifier> - </artifact> - <artifact> - <file>${project.build.directory}/work-dir/apache-libtomee-webprofile-java.deb - </file> - <type>deb</type> - <classifier>lib-webprofile</classifier> - </artifact> - </artifacts> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> + <properties> + <distribution.workdir>${project.build.directory}/work-dir</distribution.workdir> + </properties> + + <dependencies> + <!-- Dependencies used by builder logic. --> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-core</artifactId> + <version>3.2.1</version> + </dependency> + <dependency> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-all</artifactId> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-compress</artifactId> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + </dependency> + + <!-- We need to be sure the ZIP files are built before the debian package. --> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>apache-tomee</artifactId> + <version>${project.version}</version> + <type>pom</type> + </dependency> + + <!-- We use resources from these guys below. --> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>openejb-core</artifactId> + <version>${version.openejb}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>openejb-cxf</artifactId> + <version>${version.openejb}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>openejb-cxf-rs</artifactId> + <version>${version.openejb}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>openejb-hsql</artifactId> + <version>${version.openejb}</version> + </dependency> + </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-tomee-zip</id> + <phase>prepare-package</phase> + <goals> + <goal>copy</goal> + </goals> + <configuration> + <artifactItems> + <artifactItem> + <groupId>${project.groupId}</groupId> + <artifactId>apache-tomee</artifactId> + <version>${project.version}</version> + <classifier>plus</classifier> + <type>zip</type> + <outputDirectory>${distribution.workdir}</outputDirectory> + <destFileName>tomee-plus.zip</destFileName> + </artifactItem> + <artifactItem> + <groupId>${project.groupId}</groupId> + <artifactId>apache-tomee</artifactId> + <version>${project.version}</version> + <classifier>webprofile</classifier> + <type>zip</type> + <outputDirectory>${distribution.workdir}</outputDirectory> + <destFileName>tomee-webprofile.zip</destFileName> + </artifactItem> + <artifactItem> + <groupId>${project.groupId}</groupId> + <artifactId>apache-tomee</artifactId> + <version>${project.version}</version> + <classifier>plume</classifier> + <type>zip</type> + <outputDirectory>${distribution.workdir}</outputDirectory> + <destFileName>tomee-plume.zip</destFileName> + </artifactItem> + </artifactItems> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.codehaus.gmaven</groupId> + <artifactId>groovy-maven-plugin</artifactId> + <configuration> + <classpathScope>runtime</classpathScope> + <scriptpath> + <path>${project.basedir}/src/main/groovy</path> + </scriptpath> + <defaults> + <testSectionsFile>${project.basedir}/sections.properties</testSectionsFile> + <logOutputDirectory>${project.build.directory}/logs</logOutputDirectory> + <backupLogs>true</backupLogs> + </defaults> + </configuration> + <executions> + <execution> + <id>build-distribution</id> + <phase>package</phase> + <goals> + <goal>execute</goal> + </goals> + <configuration> + <source> + new org.apache.tomee.deb.PackageBuilder(project).createPackage() + </source> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <executions> + <execution> + <id>attach-artifacts</id> + <phase>package</phase> + <goals> + <goal>attach-artifact</goal> + </goals> + <configuration> + <artifacts> + <artifact> + <file>${project.build.directory}/work-dir/apache-tomee-plus.deb</file> + <type>deb</type> + <classifier>plus</classifier> + </artifact> + <artifact> + <file>${project.build.directory}/work-dir/apache-tomee-webprofile.deb + </file> + <type>deb</type> + <classifier>webprofile</classifier> + </artifact> + <artifact> + <file>${project.build.directory}/work-dir/apache-tomee-plume.deb + </file> + <type>deb</type> + <classifier>plume</classifier> + </artifact> + <artifact> + <file>${project.build.directory}/work-dir/apache-libtomee-plume-java.deb + </file> + <type>deb</type> + <classifier>lib-plume</classifier> + </artifact> + <artifact> + <file>${project.build.directory}/work-dir/apache-libtomee-plus-java.deb + </file> + <type>deb</type> + <classifier>lib-plus</classifier> + </artifact> + <artifact> + <file>${project.build.directory}/work-dir/apache-libtomee-webprofile-java.deb + </file> + <type>deb</type> + <classifier>lib-webprofile</classifier> + </artifact> + </artifacts> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> </project> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/tomee/tomee-plume-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml index 29e06e2..0778420 100644 --- a/tomee/tomee-plume-webapp/pom.xml +++ b/tomee/tomee-plume-webapp/pom.xml @@ -166,7 +166,7 @@ <build> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/tomee/tomee-plus-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/tomee/tomee-plus-webapp/pom.xml b/tomee/tomee-plus-webapp/pom.xml index 3b7c39a..64b2391 100644 --- a/tomee/tomee-plus-webapp/pom.xml +++ b/tomee/tomee-plus-webapp/pom.xml @@ -19,7 +19,8 @@ <!-- $Rev: 600338 $ $Date: 2007-12-02 09:08:04 -0800 (Sun, 02 Dec 2007) $ --> -<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"> <parent> <artifactId>tomee</artifactId> <groupId>org.apache.tomee</groupId> @@ -164,7 +165,7 @@ <build> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/tomee/tomee-webservices/pom.xml ---------------------------------------------------------------------- diff --git a/tomee/tomee-webservices/pom.xml b/tomee/tomee-webservices/pom.xml index bcbb45b..74f3dd3 100644 --- a/tomee/tomee-webservices/pom.xml +++ b/tomee/tomee-webservices/pom.xml @@ -19,7 +19,8 @@ <!-- $Rev: 600338 $ $Date: 2007-12-02 09:08:04 -0800 (Sun, 02 Dec 2007) $ --> -<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"> <parent> <artifactId>tomee</artifactId> <groupId>org.apache.tomee</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/utils/openejb-core-eclipselink/pom.xml ---------------------------------------------------------------------- diff --git a/utils/openejb-core-eclipselink/pom.xml b/utils/openejb-core-eclipselink/pom.xml index b9f5b7b..8bac83f 100644 --- a/utils/openejb-core-eclipselink/pom.xml +++ b/utils/openejb-core-eclipselink/pom.xml @@ -16,7 +16,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<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"> +<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> <artifactId>utils</artifactId> <groupId>org.apache.tomee</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/utils/pom.xml ---------------------------------------------------------------------- diff --git a/utils/pom.xml b/utils/pom.xml index 5effe85..e94d874 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -16,7 +16,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<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"> <parent> <artifactId>tomee-project</artifactId> <groupId>org.apache.tomee</groupId> http://git-wip-us.apache.org/repos/asf/tomee/blob/792d06a3/utils/webdeployer/pom.xml ---------------------------------------------------------------------- diff --git a/utils/webdeployer/pom.xml b/utils/webdeployer/pom.xml index a895336..a3a3a7c 100644 --- a/utils/webdeployer/pom.xml +++ b/utils/webdeployer/pom.xml @@ -17,20 +17,20 @@ limitations under the License. --> <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"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>utils</artifactId> <groupId>org.apache.tomee</groupId> <version>7.0.0-SNAPSHOT</version> - </parent> + </parent> <artifactId>webdeployer</artifactId> - + <name>OpenEJB :: Utils :: TomEE Webapps-based Deployer EJB</name> <packaging>jar</packaging> - + <dependencies> <dependency> <groupId>${project.groupId}</groupId>
