I created the wicketstuff annotation project in teamcity for you. As for documentation on the build system, there is the teamcity documentation but i don't think that is what you mean. if the pom is correctly configured tc will automatically place the build artifacts in the wicket stuff repo. I am not aware of any synchronization between wicket stuff repo and public maven repo.
Maurice On Tue, May 6, 2008 at 1:53 AM, Doug Donohoe <[EMAIL PROTECTED]> wrote: > > Martijn, > > Where do I add my project to the team city build? > > I checked in wicket-stuff/wicketstuff-annotation (on the trunk) with what I > think is a correct pom (it references wicketstuff-parent). > > What do I need to do to get it to build in team city? My team city id is > 'donohoe', but I did not see any obvious place to add it to the build. > > Also, once that is working, is there a document that can help me understand > how the build system works. E.g., once it is building, how do end-users get > it or does it automatically go into the wicketstuff maven repos. Is there a > process for uploading to the maven2 public repos at > http://repo1.maven.org/maven2/? > > Thanks, > > -Doug > > > > > Martijn Dashorst wrote: > > > > I'm short on time, so I make this quick... > > > > WHen you add your project to the teamcity build, select the > > wicketstuff 1.4 repository and add a checkout rule > > > > +:trunk/<projectname>=>. > > > > The repo definition points to > > https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff > > the rewrite rule ensures your project is checked out into the correct > > directory so maven can find the pom.xml > > > > Also set the work directory to <projectname> to give a good distinction. > > > > The path to maven is: > > > > /home/wicket/apache-maven-2.0.9 > > > > It would help considerably if everybody extends their pom from > > wicketstuff-parent, this way the distribution management section gets > > set correctly. > > > > Then all we have to do is set the goals to: clean deploy > > > > I've requested a teamcity open source license, and expect it to become > > available soon. We then have enough room to add all or most > > wicketstuff projects to the build. > > > > Martijn > > > > -- > > Buy Wicket in Action: http://manning.com/dashorst > > Apache Wicket 1.3.3 is released > > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.3 > > > > > > -- > View this message in context: > http://www.nabble.com/configuring-wicketstuff-projects-on-teamcity-tp17036141p17071489.html > Sent from the Wicket - Dev mailing list archive at Nabble.com. > >
