Assuming that you intend to work from trunk (which you do ;) ) then
you should include "/trunk" on the end of your scm connection string.
There will be no need for further configuration with tagbase etc, as
when you do things in the standard manner maven can figure the rest
out for you.
Andy
On 3 Jul 2007, at 11:37, javijava wrote:
Sorry, if this is very,very basic .....
For example: If i have a project called 'autentia':
The directories must be:
server/autentia/trunk
server/autentia/branches
server/autentia/tags
well......
now, how must be the POM file.. something like this: ???
<scm><connection>scm:svn:http://server/autentia</connection>
<developerConnection>scm:svn:http://server/autentia</
developerConnection>
<url>http://server/autentia</url>
</scm>
<repositories>
<repository>
<id>repo</id>
<name>repo download</name>
<url>http://server/autentia/trunk</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>repo</id>
<name>repo upload</name>
<url>scp://lserver/autentia/trunk</url>
</repository>
<snapshotRepository>
<id>srepo</id>
<name>repositori up</name>
<url>scp://server/autentia/tags</url>
</snapshotRepository>
</distributionManagement>
¿¿¿¿¿???
Many thanks for the answers ,i need it.
Javier
--
View this message in context: http://www.nabble.com/problem-in-
release%3Aprepare-tf4017258s177.html#a11409714
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]