Snaphot deployment with mvn deploy is not working correctly
-----------------------------------------------------------
Key: MOJO-1062
URL: http://jira.codehaus.org/browse/MOJO-1062
Project: Mojo
Issue Type: Bug
Components: native
Reporter: Andreas Schneider
I have a cpp project which I successfully build with the native plugin. But
when I want to deploy a SNAPSHOT build to our remote repository I have the
problem the the .lib and .dll file have different
versions.
e.g.
cpptrace-2.4-20080303.092040-4.lib
cpptrace-2.4-20080303.092040-3.dll
In the maven-metadata.xml there is defined
<?xml version="1.0" encoding="UTF-8"?><metadata>
<groupId>com.rieter.commons.logging</groupId>
<artifactId>cpptrace</artifactId>
<version>2.4-SNAPSHOT</version>
<versioning>
<snapshot>
<timestamp>20080303.092040</timestamp>
<buildNumber>4</buildNumber>
</snapshot>
<lastUpdated>20080303092040</lastUpdated>
</versioning>
</metadata>
The problem is, that other users cannot download the SNAPSHOT build. Maven
tries to download the dll with the endnumber -4 which is not present on the
repository.
I think both .dll and .lib shoulod have the same verison.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email