Yes - and I think that's the best thing to do. To make this work, I would do this:
- Create a pom.xml in wicketstuff trunk that sets up the SCM correctly and relies on wicket 1.4-SNAPSHOT - Delete the wicket-parent folder under trunk because it's not really needed if we do this - Each project then needs the pom changed to show that the parent of the project is wicketstuff-parent (the pom I created in trunk) - We can also remove the SCM config in each child pom because it will be set up correctly in the parent. Other things could also probably be deleted later - but that's not the goal of this, so we can wait on that. Please review and let me know if you approve. If several of the core committers are okay with this, I'll go ahead and do it. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Nov 18, 2008 at 10:44 AM, Martijn Dashorst < [EMAIL PROTECTED]> wrote: > Could you structure the parent pom such that it sets up all child poms > correctly? Then it is just a matter of inheriting from the parent pom > for all projects. > > Martijn > > On Tue, Nov 18, 2008 at 5:21 PM, Jeremy Thomerson > <[EMAIL PROTECTED]> wrote: > > Devs, > > In response to the problems with TeamCity and Sourceforge, I installed a > > Continuum instance on my server last night. I added Wicket and several > > Wicket Stuff projects. It seems to be running fine, except that most > > projects are missing the SCM tag from their POM, or have it incorrectly > > configured. > > > > I don't mind going in and fixing or adding the SCM tag on all of the > > projects that are currently on TeamCity and setting them up on this > > Continuum server. But since those aren't my projects, I wanted to run it > > past the group first. What do you think? We could do this and let it > run > > for a while as a test. > > > > http://www.wickettraining.com/continuum > > > > -- > > Jeremy Thomerson > > http://www.wickettraining.com > > > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com > Apache Wicket 1.3.4 is released > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. >
