On Apr 1, 2008, at 5:46 PM, Alex Karasulu wrote:
Oooops forgot to reply on list ...
On Tue, Apr 1, 2008 at 8:43 PM, Alex Karasulu
<[EMAIL PROTECTED]> wrote:
How do you handle things like this in subproject POMs when you move
these statements up into the TLP project pom?
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://svn.apache.org/repos/asf/directory/
shared/releases</tagBase>
- </configuration>
- </plugin>
- </plugins>
Note the tagBase. I guess you use some substitutions?
If you leave out the tagBase configuration the plugin uses the
default with is the trunk/branches/tags layout.... this is why I was
suggesting to go to the default svn layout, we can drop this bit of
configuration.
thanks
david jencks
Alex
On Tue, Apr 1, 2008 at 8:29 PM, David Jencks
<[EMAIL PROTECTED]> wrote:
I talked with alex and elecharny a bit earlier today and we think we
can simplify the build a bit.
I expected to be done with it by now but learning about the
installers took longer than I expected.
Here is my work so far: it might be complete as far as the build
goes. I expect to finish it later tonight but have to go out for a
while now.
It requires maven 2.0.8
thanks
david jencks