> Am 23.03.2015 um 17:23 schrieb Romain Manni-Bucau <[email protected]>: > > Hi Hendrik, > > why not doing it only for assembly? >
i tried that already and it works locally, but when the release plugin does upload the artifacts it does not work > I'm not fan of apache-xxx for maven dependencies > > it is in groupdId so it is enough IMO > Its just because justin mentioned this a while ago and others are doing it as well. But personally i am no tied to this. > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > <http://www.tomitribe.com> > > ---------- Forwarded message ---------- > From: <[email protected]> > Date: 2015-03-23 16:24 GMT+01:00 > Subject: incubator-johnzon git commit: Prefix artifactId with "apache-". > !!Note: This will change the maven coordinates for 0.8!! > To: [email protected] > > > Repository: incubator-johnzon > Updated Branches: > refs/heads/master 30cc08715 -> adb483f62 > > > Prefix artifactId with "apache-". !!Note: This will change the maven > coordinates for 0.8!! > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/adb483f6 > Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/adb483f6 > Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/adb483f6 > > Branch: refs/heads/master > Commit: adb483f6269e3b87aa5b3811c9999327f4bdb702 > Parents: 30cc087 > Author: Hendrik Saly <[email protected]> > Authored: Mon Mar 23 16:24:47 2015 +0100 > Committer: Hendrik Saly <[email protected]> > Committed: Mon Mar 23 16:24:47 2015 +0100 > > ---------------------------------------------------------------------- > johnzon-core/pom.xml | 6 +++--- > johnzon-jaxrs/pom.xml | 8 ++++---- > johnzon-mapper/pom.xml | 8 ++++---- > pom.xml | 3 +-- > 4 files changed, 12 insertions(+), 13 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/adb483f6/johnzon-core/pom.xml > ---------------------------------------------------------------------- > diff --git a/johnzon-core/pom.xml b/johnzon-core/pom.xml > index fc59d2d..902102a 100644 > --- a/johnzon-core/pom.xml > +++ b/johnzon-core/pom.xml > @@ -19,14 +19,14 @@ > --> > <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>johnzon</artifactId> > + <artifactId>apache-johnzon</artifactId> > <groupId>org.apache.johnzon</groupId> > <version>0.8-incubating-SNAPSHOT</version> > </parent> > <modelVersion>4.0.0</modelVersion> > > - <artifactId>johnzon-core</artifactId> > - <name>Johnzon :: Core</name> > + <artifactId>apache-johnzon-core</artifactId> > + <name>Apache Johnzon :: Core</name> > > <properties> > > <staging.directory>${project.parent.reporting.outputDirectory}</staging.directory> > > http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/adb483f6/johnzon-jaxrs/pom.xml > ---------------------------------------------------------------------- > diff --git a/johnzon-jaxrs/pom.xml b/johnzon-jaxrs/pom.xml > index 6cc6ec2..e4ca2b2 100644 > --- a/johnzon-jaxrs/pom.xml > +++ b/johnzon-jaxrs/pom.xml > @@ -19,14 +19,14 @@ > --> > <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>johnzon</artifactId> > + <artifactId>apache-johnzon</artifactId> > <groupId>org.apache.johnzon</groupId> > <version>0.8-incubating-SNAPSHOT</version> > </parent> > <modelVersion>4.0.0</modelVersion> > > - <artifactId>johnzon-jaxrs</artifactId> > - <name>Johnzon :: JAX-RS</name> > + <artifactId>apache-johnzon-jaxrs</artifactId> > + <name>Apache Johnzon :: JAX-RS</name> > > <dependencies> > <dependency> > @@ -38,7 +38,7 @@ > > <dependency> > <groupId>org.apache.johnzon</groupId> > - <artifactId>johnzon-mapper</artifactId> > + <artifactId>apache-johnzon-mapper</artifactId> > <version>${project.version}</version> > </dependency> > > > http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/adb483f6/johnzon-mapper/pom.xml > ---------------------------------------------------------------------- > diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml > index abfebbd..593fd7e 100644 > --- a/johnzon-mapper/pom.xml > +++ b/johnzon-mapper/pom.xml > @@ -19,19 +19,19 @@ > --> > <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>johnzon</artifactId> > + <artifactId>apache-johnzon</artifactId> > <groupId>org.apache.johnzon</groupId> > <version>0.8-incubating-SNAPSHOT</version> > </parent> > <modelVersion>4.0.0</modelVersion> > > - <artifactId>johnzon-mapper</artifactId> > - <name>Johnzon :: Mapper</name> > + <artifactId>apache-johnzon-mapper</artifactId> > + <name>Apache Johnzon :: Mapper</name> > > <dependencies> > <dependency> > <groupId>org.apache.johnzon</groupId> > - <artifactId>johnzon-core</artifactId> > + <artifactId>apache-johnzon-core</artifactId> > <version>${project.version}</version> > </dependency> > </dependencies> > > http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/adb483f6/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index fe1b868..a848fc2 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -31,7 +31,7 @@ > </parent> > > <groupId>org.apache.johnzon</groupId> > - <artifactId>johnzon</artifactId> > + <artifactId>apache-johnzon</artifactId> > <packaging>pom</packaging> > <version>0.8-incubating-SNAPSHOT</version> > <name>Apache Johnzon</name> > @@ -70,7 +70,6 @@ > </dependencies> > > <build> > - <finalName>apache-${project.artifactId}-${project.version}</finalName> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId>
