mirror of https://github.com/apache/openjpa.git
OPENJPA-1712 Minor format cleanup of some POMs to improve readability
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@961420 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b13127fd6
commit
a1716ad3e2
|
@ -21,6 +21,7 @@
|
|||
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>
|
||||
|
||||
<parent>
|
||||
|
|
|
@ -31,17 +31,20 @@
|
|||
the release plugin.
|
||||
-->
|
||||
<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>
|
||||
<artifactId>openjpa-integration-examples</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>OpenJPA Integration Tests - Examples</name>
|
||||
<description>OpenJPA Integration Tests - Examples</description>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.openjpa</groupId>
|
||||
<artifactId>openjpa-integration</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>openjpa-integration-examples</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>OpenJPA Integration Tests - Examples</name>
|
||||
<description>OpenJPA Integration Tests - Examples</description>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>examples-profile</id>
|
||||
|
|
|
@ -22,15 +22,19 @@
|
|||
the release plugin.
|
||||
-->
|
||||
<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>
|
||||
<artifactId>openjpa-integration</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>OpenJPA Integration Tests</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.openjpa</groupId>
|
||||
<artifactId>openjpa-parent</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>openjpa-integration</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>OpenJPA Integration Tests</name>
|
||||
|
||||
<modules>
|
||||
<module>daytrader</module>
|
||||
<module>examples</module>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
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>
|
||||
|
||||
<parent>
|
||||
|
|
|
@ -21,29 +21,20 @@
|
|||
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">
|
||||
<!--
|
||||
To build the distribution files from project root:
|
||||
|
||||
mvn clean compile package -Dtest=false -DfailIfNoTests=false
|
||||
|
||||
To build and deploy a full digned release with docs, run:
|
||||
|
||||
mvn clean deploy -Pjavadoc-profile,docbook-profile,sign-release
|
||||
|
||||
Note that to sign the release, you need to have "gpg" installed and
|
||||
create a key. See http://apache.org/dev/release-signing.html
|
||||
-->
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>apache-openjpa</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>OpenJPA Project Docs and Assemblies</name>
|
||||
<description>OpenJPA Project Docs and Assemblies</description>
|
||||
|
||||
<parent>
|
||||
<groupId>org.apache.openjpa</groupId>
|
||||
<artifactId>openjpa-parent</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>apache-openjpa</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>OpenJPA Project Docs and Assemblies</name>
|
||||
<description>OpenJPA Project Docs and Assemblies</description>
|
||||
|
||||
<properties>
|
||||
<openjpa.release.keyAlias>
|
||||
${user.name}@apache.org
|
||||
|
|
Loading…
Reference in New Issue