Skip to content

Commit

Permalink
Prepare the library for publication in Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
gvlasov committed Jun 22, 2015
1 parent d57bde9 commit ee80682
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,39 @@
<groupId>org.tropinka</groupId>
<artifactId>readonly-collections</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Read-only collections</name>
<description>Read-only wrappers for Java Collections</description>
<url>https://github.com/Suseika/readonly-collections</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Georgy Vlasov</name>
<email>[email protected]</email>
<organization>Tropinka Project</organization>
<organizationUrl>https://tropinka.org</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:Suseika/readonly-collections.git</connection>
<developerConnection>scm:git:[email protected]:Suseika/readonly-collections.git</developerConnection>
<url>[email protected]:Suseika/git-demo.git</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit ee80682

Please sign in to comment.