1 Feb 2009 04:52
Re: [groovy-dev] groovy-examples.pom needs update?
Added a snapshot repo to the examples pom. At least it builds now until we find a more permanent repo. Shouldn't be a huge issue as we don't re-publish the examples pom. Paul. Guillaume Laforge wrote: > Hi Hamlet, > > On Tue, Jan 27, 2009 at 5:54 PM, Hamlet D'Arcy <hamletdrc@...> wrote: >> I'm sorry, but I'm really bad at Maven type stuff. >> >> Clearly, pom.xml needs to reference the Equinox dependency. Reading >> the Internet leads me to believe this should work: >> >> <dependency> >> <groupId>org.eclipse.osgi</groupId> >> <artifactId>osgi</artifactId> >> <version>3.4.1</version> >> <scope>compile</scope> >> </dependency> >> >> >> But this doesn't seem to be in the maven repository at >> http://repo1.maven.org/maven2 >> >> Does Groovy host it's own repository? > > Well, there's the Codehaus repository itself (where you can find the(Continue reading)
RSS Feed