Re: [Stat-scm-user] Where is the 1.1.0-SNAPSHOT Repository
Brought to you by:
benoitx,
dougculnane
From: Doug C. <do...@cu...> - 2008-01-14 17:20:14
|
try adding this to your pom.xml: <pluginRepositories> <pluginRepository> <id>statscm-snapshots</id> <name>StatSCM Snapshot Repository</name> <url>http://stat-scm.sourceforge.net/maven2-snapshots/</url> </pluginRepository> [...] </pluginRepositories> Good luck, Doug > I noticed that the new features were released as a SNAPSHOT but where is > it? > > I tried to use the central repository with SNAPSSHOT on and that didn't > work. > > Here are my relevant sections: > > <repository> > <id>central</id> > <url>http://repo1.maven.org/maven2</url> > <snapshots> > <enabled>true</enabled> > </snapshots> > </repository> > > and > > <plugin> > <groupId>net.sf</groupId> > <artifactId>stat-scm</artifactId> > <version>1.1.0-SNAPSHOT</version> > <configuration> > <excludes> > <exclude>**/mypackage/myclass*</exclude> > </excludes> > </configuration> > </plugin> > > Am I doing something wrong? > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Stat-scm-user mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/stat-scm-user > |