-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up poms for first release to maven central (#146)
Also tidied up Javadoc in a few places, since we don't run those in CI on a regular basis.
- Loading branch information
Showing
5 changed files
with
75 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,65 @@ | |
<packaging>pom</packaging> | ||
|
||
<name>J2CL Build Tools</name> | ||
<description>Collection of tools to make it easier to create J2CL build systems</description> | ||
<description> | ||
Collection of tools to make it easier to create J2CL build systems. | ||
The first purpose of this set of tooling is to produce a maven plugin | ||
capable of efficiently building J2CL projects, but the tools are | ||
intended to be reused outside of maven. | ||
</description> | ||
<url>https://vertispan.github.io/j2clmavenplugin/</url> | ||
<inceptionYear>2018</inceptionYear> | ||
|
||
<licenses> | ||
<license> | ||
<name>The Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Gabriele Cardosi</name> | ||
</developer> | ||
<developer> | ||
<name>Colin Alworth</name> | ||
<email>[email protected]</email> | ||
<organization>Vertispan LLC</organization> | ||
<organizationUrl>https://www.vertispan.com/</organizationUrl> | ||
</developer> | ||
<developer> | ||
<name>Justin Hickman</name> | ||
<email>[email protected]</email> | ||
<organization>Vertispan LLC</organization> | ||
<organizationUrl>https://www.vertispan.com/</organizationUrl> | ||
</developer> | ||
<developer> | ||
<name>Frank Hossfeld</name> | ||
<email>[email protected]</email> | ||
<organization>Nalu Solutions GmbH</organization> | ||
</developer> | ||
<developer> | ||
<name>Dmitrii Tikhomirov</name> | ||
<email>[email protected]</email> | ||
<organization>Red Hat, Inc.</organization> | ||
</developer> | ||
<developer> | ||
<name>Miroslav Pokorny</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
<issueManagement> | ||
<url>https://github.com/vertispan/j2clmavenplugin/issues</url> | ||
<system>GitHub Issues</system> | ||
</issueManagement> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/vertispan/j2clmavenplugin.git</connection> | ||
<developerConnection>scm:git:[email protected]:vertispan/j2clmavenplugin.git</developerConnection> | ||
<url>https://github.com/vertispan/j2clmavenplugin</url> | ||
</scm> | ||
|
||
<modules> | ||
<module>build-caching</module> | ||
|
@@ -298,9 +356,9 @@ | |
|
||
<distributionManagement> | ||
<repository> | ||
<id>vertispan-releases</id> | ||
<name>Vertispan hosted artifacts-releases</name> | ||
<url>https://repo.vertispan.com/j2cl</url> | ||
<id>ossrh</id> | ||
<name>Sonatype staging repository for Maven Central</name> | ||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> | ||
</repository> | ||
<snapshotRepository> | ||
<id>vertispan-snapshots</id> | ||
|