Hi,

When I deploy my artifact (version 1.0-SNAPSHOT), maven puts it in the 
/releases directory although I set up both, repository and 
snapshotrepository in the parent pom:

        <distributionManagement>
                <repository>
                        <id>ftp</id>
                        <url>ftp://.../mvn-repository/releases</url>
                </repository>

                <snapshotRepository>
                        <id>ftp-snaphots</id>
                        <name>ifgi-ftp (snapshots)</name>
                        <url>ftp://.../snapshots</url>
                </snapshotRepository>
        </distributionManagement>

How does maven decide where to upload the artifact to?

Cheers,

Jan



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to