Hi Tommaso I'd suggest adding such comments to the pom itself, as I think this makes it easier to maintain the repositories.
Cheers, reto On Wed, Jun 2, 2010 at 8:49 AM, Tommaso Teofili <[email protected]> wrote: > Hi Reto, > I know that so I put a quick comment "need m2-incubating repo for > uimaj-ep-runtime" to point that the new repository was needed to be able to > download uimaj-ep-runtime 2.3.0-incubating but maybe was a little too short > :) > However it's only temporary since in UIMA community some of the artifacts of > 2.3.1-SNAPSHOT are on official Apache snapshot repository. > I will push for that on UIMA community so that we can quickly remove the > external repo tag (and switch to newer 2.3.1-SNAPSHOT). > Thanks, > Tommaso > > 2010/6/1 Reto Bachmann-Gmür <[email protected]> >> >> Hi tommaso >> >> as external repos prevent us from releasing i suggest to always add a >> comment explaining why this is needed. >> >> Cheers, >> reto >> >> ----- Original message ----- >> > Author: tommaso >> > Date: Fri May 28 16:29:20 2010 >> > New Revision: 949221 >> > >> > URL: http://svn.apache.org/viewvc?rev=949221&view=rev >> > Log: >> > [CLEREZZA-217] - need m2-incubating repo for uimaj-ep-runtime >> > >> > Modified: >> > >> > >> > incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.uima/pom.xml >> > >> > Modified: >> > >> > incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.uima/pom.xml >> > URL: >> > >> > http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.uima/pom.xml?rev=949221&r1=949220&r2=949221&view=diff >> > >> > ============================================================================== >> > --- >> > >> > incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.uima/pom.xml >> > (original) +++ >> > >> > incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.uima/pom.xml >> > Fri May 28 16:29:20 2010 @@ -37,4 +37,12 @@ </dependency> >> > >> > </dependencies> </dependencyManagement> + <repositories> + >> > <repository> + <id>ApacheIncubatorRepository</id> >> > + <url> >> > + http://people.apache.org/repo/m2-incubating-repository/ >> > + </url> >> > + </repository> >> > + </repositories> >> > </project> >> > \ No newline at end of file >> > >> > >> > >
