Hi All, I just have a query regarding the Apache Axis 1.4.1 Snapshot build. As the below link mentions that Axis 1.4.1 also contains an all-in-one JAR that contains the same components as in Axis 1.4 and this can be used as a drop-in replacement for the old axis.jar. https://axis.apache.org/axis/java/artifacts.html If I am accessing the right link then the jar present at the below location doesn't have the packages which are part of axis-rt-soapmonitor. https://repository.apache.org/content/groups/snapshots/org/apache/axis/axis/1.4.1-SNAPSHOT/
Even when I tried to build the Axis code locally, I see a number of packages missing in the shaded.jar generated, below is the snippet of the command "mvn pacakge" output. ============================================================= [INFO] --- maven-shade-plugin:2.3:shade (default) @ axis --- [INFO] Including org.apache.axis:axis-rt-core:jar:1.4.1-SNAPSHOT in the shaded jar. [INFO] Excluding org.apache.axis:axis-jaxrpc:jar:1.4.1-SNAPSHOT from the shaded jar. [INFO] Excluding org.apache.axis:axis-saaj:jar:1.4.1-SNAPSHOT from the shaded jar. [INFO] Excluding javax.servlet:servlet-api:jar:2.4 from the shaded jar. [INFO] Excluding commons-logging:commons-logging:jar:1.1.1 from the shaded jar. [INFO] Excluding javax.mail:mail:jar:1.4.1 from the shaded jar. [INFO] Excluding javax.activation:activation:jar:1.1 from the shaded jar. [INFO] Excluding wsdl4j:wsdl4j:jar:1.6.2 from the shaded jar. [INFO] Excluding commons-discovery:commons-discovery:jar:0.4 from the shaded jar. [INFO] Excluding xerces:xercesImpl:jar:2.6.2 from the shaded jar. [INFO] Excluding xerces:xmlParserAPIs:jar:2.6.2 from the shaded jar. [INFO] Including org.apache.axis:axis-rt-databinding-castor:jar:1.4.1-SNAPSHOT in the shaded jar. [INFO] Excluding castor:castor:jar:0.9.4.2 from the shaded jar. [INFO] Including org.apache.axis:axis-rt-jws:jar:1.4.1-SNAPSHOT in the shaded jar. [INFO] Including org.apache.axis:axis-rt-provider-bsf:jar:1.4.1-SNAPSHOT in the shaded jar. [INFO] Excluding bsf:bsf:jar:2.3.0 from the shaded jar. [INFO] Including org.apache.axis:axis-rt-transport-mail:jar:1.4.1-SNAPSHOT in the shaded jar. [INFO] Excluding commons-net:commons-net:jar:1.0.0 from the shaded jar. [INFO] Including org.apache.axis:axis-codegen:jar:1.4.1-SNAPSHOT in the shaded jar. [INFO] Including org.apache.axis:axis-model:jar:1.4.1-SNAPSHOT in the shaded jar. [INFO] Including org.apache.axis:axis-tools:jar:1.4.1-SNAPSHOT in the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing C:\Users\RMOU\.m2\repository\org\apache\axis\axis\1.4.1-SNAPSHOT\target\axis-1.4.1-SNAPSHOT.jar with C:\Users\RMOU\.m2\repository\org\apache\axis\axis\1.4.1-SNAPSHOT\target\axis-1.4.1 -SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: C:\Users\RMOU\.m2\repository\org\apache\axis\axis\1.4.1-SNAPSHOT\target\dependency-reduced-pom.xml [INFO] ------------------------------------------------------------------------ ======================================================================= Could anyone please help me out with this, how I can build an axis.jar from 1.4.1 repository which I can simply replace it with the older axis.jar from 1.4.0. Your feedback is highly appreciated. Regards Rahul Mourya