Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.7.2, 1.7.3
-
None
-
None
-
Windows 8.1 x64 Prof., Tomcat 7.0.68, JDK 1.8.0_92 x64
Description
For the long story, please recognize comment 1, else here are the steps with which I can reproduce the problem in my environment:
1. rmdir /S %USERPROFILE%\.m2
2. svn co http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_7@1746141
3. mvn clean && mvn install -> failure: [INFO] Apache Axis2 - Transport - UDP ..................... FAILURE [ 2.273 s]
4. rmdir /S %USERPROFILE%\.m2
5. svn up -r 1746119
6. mvn clean && mvn install -> success
7. svn up -r 1746141
8. mvn clean && mvn install -> failure: [INFO] Apache Axis2 - Transport - UDP ..................... FAILURE [ 2.273 s]
9. change src\modules\transport\udp\pom.xml <version>1.7.3</version> -> <version>1.7.3-SNAPSHOT</version>
10. mvn clean && mvn install -> success
The changes of step 9 depend on the version checked out, currently it's for 1.7.3, for 1.7.2 it was a bit different. But as the root cause surely is the same and the tests run a long time, I'll focussed on 1.7.3.
Attachments
Issue Links
- duplicates
-
AXIS2-5778 Module Deployer incorrectly invalidates MAR due to invalid filename recognition in ModuleDeployer
- Resolved