Hello,

I have this configuration in my parent POM:

<distributionManagement>
        <repository>
                <uniqueVersion>false</uniqueVersion>
                <id>my-scp-repo</id>
                <name>My Repository</name>
                <url>scpexe://example.com/repository/</url>
        </repository>
</distributionManagement>

But when I mvn deploy my projects, they are still uploaded with generated version. The configuration is taken into account, the projects wouldn't be deployed at all if it wasn't.

Uploading: scpexe://example.com/repository/com/example/data/data-1.0-20110219.191127-27.jar

Any ideas? Please, help.

Regards,

Ondrej

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to