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]

Reply via email to