Define the Apache 15 parent pom and cleanup repositories
Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/81d6d696 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/81d6d696 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/81d6d696 Branch: refs/heads/master Commit: 81d6d696c5f236022a7ab178f2736ce5c9de67c4 Parents: 24c7215 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Nov 23 17:07:39 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Nov 23 17:07:39 2015 +0100 ---------------------------------------------------------------------- pom.xml | 55 ++++++++----------------------------------------------- 1 file changed, 8 insertions(+), 47 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/81d6d696/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1fe2449..24f6380 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,16 @@ <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>15</version> + <relativePath /> + </parent> + <groupId>org.apache.unomi</groupId> <artifactId>unomi-root</artifactId> <name>Apache Unomi :: Root Project</name> @@ -204,53 +212,6 @@ </developer> </developers> - <distributionManagement> - <site> - <id>website</id> - <!-- we put a fake URL here for staging to work --> - <url>scp://www.mycompany.com/www/docs/project/</url> - </site> - <repository> - <id>jahia-releases</id> - <url>https://devtools.jahia.com/nexus/content/repositories/jahia-releases</url> - </repository> - <snapshotRepository> - <id>jahia-snapshots</id> - <url>https://devtools.jahia.com/nexus/content/repositories/jahia-snapshots</url> - </snapshotRepository> - </distributionManagement> - - - <repositories> - <repository> - <id>jahia-public</id> - <name>Jahia Public Repository</name> - <url>https://devtools.jahia.com/nexus/content/groups/public</url> - <releases> - <enabled>true</enabled> - <updatePolicy>never</updatePolicy> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - - <pluginRepositories> - <pluginRepository> - <id>jahia-public</id> - <name>Jahia Public Repository</name> - <url>https://devtools.jahia.com/nexus/content/groups/public</url> - <releases> - <enabled>true</enabled> - <updatePolicy>never</updatePolicy> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - <profiles> <profile> <id>integration-tests</id>
