diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-02 15:44:26 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-02 15:44:26 +0000 |
commit | 4163e0cee272fa560c358ececf53ee94c1c9bb1c (patch) | |
tree | 73ec556baa39d021619df09a39d4395c85f2e59a | |
parent | bad40394221719160e7f917cc66254aad316d3c9 (diff) | |
download | gwtquery-4163e0cee272fa560c358ececf53ee94c1c9bb1c.tar.gz gwtquery-4163e0cee272fa560c358ececf53ee94c1c9bb1c.zip |
prepare for releasing M1
-rw-r--r-- | devtest/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core-2.0.1/pom.xml | 71 | ||||
-rw-r--r-- | gwtquery-core-2.1.0/pom.xml | 71 | ||||
-rw-r--r-- | gwtquery-core/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 14 | ||||
-rw-r--r-- | samples/pom.xml | 2 |
6 files changed, 146 insertions, 18 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml index 934fd945..a5c6c8c7 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-M1-SNAPSHOT</version> </parent> <artifactId>devtest</artifactId> diff --git a/gwtquery-core-2.0.1/pom.xml b/gwtquery-core-2.0.1/pom.xml index 3ca63448..13f1e92b 100644 --- a/gwtquery-core-2.0.1/pom.xml +++ b/gwtquery-core-2.0.1/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-M1-SNAPSHOT</version> </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> @@ -41,6 +41,7 @@ <artifactId>maven-deploy-plugin</artifactId> <executions> <execution> + <id>deploy-jar</id> <phase>deploy</phase> <goals> <goal>deploy-file</goal> @@ -55,12 +56,47 @@ <version>${version}</version> <classifier>${artifactId}</classifier> <generatePom>true</generatePom> - <uniqueVersion>${repoUniqueVers}</uniqueVersion> + </configuration> + </execution> + <execution> + <id>deploy-src</id> + <phase>deploy</phase> + <goals> + <goal>deploy-file</goal> + </goals> + <configuration> + <file>${project.build.directory}/gwtquery-${version}-${artifactId}-sources.jar</file> + <repositoryId>${repoId}</repositoryId> + <url>${repoUrl}</url> + <packaging>jar</packaging> + <artifactId>gwtquery</artifactId> + <groupId>${groupId}</groupId> + <version>${version}</version> + <classifier>${artifactId}-sources</classifier> + <generatePom>true</generatePom> + </configuration> + </execution> + <execution> + <id>deploy-doc</id> + <phase>deploy</phase> + <goals> + <goal>deploy-file</goal> + </goals> + <configuration> + <file>${project.build.directory}/gwtquery-${version}-${artifactId}-javadoc.jar</file> + <repositoryId>${repoId}</repositoryId> + <url>${repoUrl}</url> + <packaging>jar</packaging> + <artifactId>gwtquery</artifactId> + <groupId>${groupId}</groupId> + <version>${version}</version> + <classifier>${artifactId}-javadoc</classifier> + <generatePom>true</generatePom> </configuration> </execution> </executions> <configuration> - <skip>true </skip> + <skip>true</skip> </configuration> </plugin> @@ -83,6 +119,34 @@ </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <executions> + <execution> + <id>javadoc</id> + <phase>prepare-package</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>source</id> + <phase>prepare-package</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> @@ -100,6 +164,7 @@ </execution> </executions> </plugin> + </plugins> <resources> diff --git a/gwtquery-core-2.1.0/pom.xml b/gwtquery-core-2.1.0/pom.xml index e7a7c180..62eb7d1d 100644 --- a/gwtquery-core-2.1.0/pom.xml +++ b/gwtquery-core-2.1.0/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-M1-SNAPSHOT</version> </parent> <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description> @@ -41,6 +41,7 @@ <artifactId>maven-deploy-plugin</artifactId> <executions> <execution> + <id>deploy-jar</id> <phase>deploy</phase> <goals> <goal>deploy-file</goal> @@ -55,12 +56,47 @@ <version>${version}</version> <classifier>${artifactId}</classifier> <generatePom>true</generatePom> - <uniqueVersion>${repoUniqueVers}</uniqueVersion> + </configuration> + </execution> + <execution> + <id>deploy-src</id> + <phase>deploy</phase> + <goals> + <goal>deploy-file</goal> + </goals> + <configuration> + <file>${project.build.directory}/gwtquery-${version}-${artifactId}-sources.jar</file> + <repositoryId>${repoId}</repositoryId> + <url>${repoUrl}</url> + <packaging>jar</packaging> + <artifactId>gwtquery</artifactId> + <groupId>${groupId}</groupId> + <version>${version}</version> + <classifier>${artifactId}-sources</classifier> + <generatePom>true</generatePom> + </configuration> + </execution> + <execution> + <id>deploy-doc</id> + <phase>deploy</phase> + <goals> + <goal>deploy-file</goal> + </goals> + <configuration> + <file>${project.build.directory}/gwtquery-${version}-${artifactId}-javadoc.jar</file> + <repositoryId>${repoId}</repositoryId> + <url>${repoUrl}</url> + <packaging>jar</packaging> + <artifactId>gwtquery</artifactId> + <groupId>${groupId}</groupId> + <version>${version}</version> + <classifier>${artifactId}-javadoc</classifier> + <generatePom>true</generatePom> </configuration> </execution> </executions> <configuration> - <skip>true </skip> + <skip>true</skip> </configuration> </plugin> @@ -83,6 +119,34 @@ </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <executions> + <execution> + <id>javadoc</id> + <phase>prepare-package</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>source</id> + <phase>prepare-package</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> @@ -100,6 +164,7 @@ </execution> </executions> </plugin> + </plugins> <resources> diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index c3f11458..eb20073e 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-M1-SNAPSHOT</version> </parent> <artifactId>gwtquery</artifactId> @@ -59,7 +59,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <skipTests>false</skipTests> + <skipTests>true</skipTests> <additionalClasspathElements> <additionalClasspathElement> ${project.build.sourceDirectory} @@ -3,7 +3,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-M1-SNAPSHOT</version> <name>Gwt Query Project</name> <url>http://gwtquery.com</url> <description>GwtQuery is a jQuery clone written in GWT.</description> @@ -165,18 +165,16 @@ <gwt.outputstyle>OBF</gwt.outputstyle> <gwt.modulesuffix /> <gwtmaven>2.2.0</gwtmaven> - <repoUrl>https://oss.sonatype.org/content/repositories/snapshots</repoUrl> - <repoId>sonatype-nexus-snapshots</repoId> - <repoUniqueVers>false</repoUniqueVers> + <repoId>sonatype-nexus-staging</repoId> + <repoUrl>http://oss.sonatype.org/service/local/staging/deploy/maven2</repoUrl> </properties> <profiles> <profile> - <id>prod</id> + <id>snap</id> <properties> - <repoId>sonatype-nexus-staging</repoId> - <repoUrl>http://oss.sonatype.org/service/local/staging/deploy/maven2</repoUrl> - <repoUniqueVers>true</repoUniqueVers> + <repoUrl>https://oss.sonatype.org/content/repositories/snapshots</repoUrl> + <repoId>sonatype-nexus-snapshots</repoId> </properties> </profile> <profile> diff --git a/samples/pom.xml b/samples/pom.xml index 2a4b2f86..d9773ee3 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-M1-SNAPSHOT</version> </parent> <name>GwtQuery Samples</name> |