Hi, We recently released Commons CVS and Codec, so you could check how it is done there.
Gary On Mon, Dec 22, 2014 at 3:49 PM, Bernd Eckenfels <e...@zusammenkunft.net> wrote: > > Hello, > > currently the POM of VFS contains: > > > <repositories> > <repository> > <id>apache.snapshots.https</id> > <name>Apache Snapshot Repository</name> > <url>https://repository.apache.org/content/repositories/snapshots</url> > <releases> > <enabled>false</enabled> > </releases> > </repository> > <repository> > <id>apache.snapshots</id> > <name>Apache Snapshot Repository</name> > <url>http://people.apache.org/repo/m2-snapshot-repository/</url> > <releases> > <enabled>false</enabled> > </releases> > </repository> > </repositories> > <distributionManagement> > <repository> > <id>apache.releases.https</id> > <name>Apache Release Distribution Repository</name> > <url>https://repository.apache.org/service/local/staging/deploy/maven2 > </url> > </repository> > <snapshotRepository> > <id>apache.snapshots.https</id> > <name>Apache Development Snapshot Repository</name> > <url>https://repository.apache.org/content/repositories/snapshots</url> > </snapshotRepository> > > <site> > <id>apache.website</id> > <name>Apache Commons Site</name> > <url>${commons.deployment.protocol}:// > people.apache.org/www/commons.apache.org/${commons.componentid}</url> > </site> > </distributionManagement> > > I am guessing, we can remove all of it? > > (the apache parent defines apache.releases.https and > apache.snapshots.https) > > According to the commons-parent comment, I should add the following for > the site deploy, is this still relevant? (I see that commons-math is > doing this differently, whats the canonical way?) > > <distributionManagement> > <site> > <id>commons.site</id> > <name>Apache Commons Site SVN</name> > <url>scm:svn:${commons.scmPubUrl}</url> > </site> > </distributionManagement> > > Gruss > Bernd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory