Dan2552 / snofyre

Automatically exported from code.google.com/p/snofyre
0 stars 0 forks source link

Create Maven repo for project artefacts #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the proposed new feature or improvement?
Create Maven repo for project artefacts. This will allow us to host a Maven 
repo on google code. Developers wont have to check out and do a local install 
of Snofyre code when using Maven.

Original issue reported on code.google.com by jay.kola on 26 Jan 2011 at 9:14

GoogleCodeExporter commented 8 years ago
POM file now uploads to a maven repo on google site... The repo settings are as 
follows

    <repository>
      <id>googlecode.snofyre.releaserepo</id>
      <name>Snofyre Bundle Releases</name>
      <url>https://snofyre.googlecode.com/svn/maven-repo/releases</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>

Original comment by jay.kola on 2 Feb 2011 at 9:33