Forum Discussion
shubhimu
Contributor
Thanks for the reply..
..i still have a doubt here i am running my soapui project from maven so how would changing the bat file will suffice the purpose. Dont we need to add some plugin/dependency in pom.xml for this or may be something we need to pass in maven goal.
Kindly confirm and correct my understanding.
..i still have a doubt here i am running my soapui project from maven so how would changing the bat file will suffice the purpose. Dont we need to add some plugin/dependency in pom.xml for this or may be something we need to pass in maven goal.
Kindly confirm and correct my understanding.
avidCoder
6 years agoSuper Contributor
Could you please tell me what is your java version and maven version? May be its compatibility issue. And try adding this plugin :-
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <arguments>-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true</arguments> </configuration> </plugin>
- shubhimu6 years agoContributor
Still not working after adding this plugin in pom.xml..
maven version is 3.8 and java version is 1.8
- avidCoder6 years agoSuper Contributor
nmrao Would you like to give some suggestions for this problem?
- shubhimu6 years agoContributor
TanyaYatskovska : Request you to provide solution around this issue.
Related Content
- 5 years ago
- 14 years ago
Recent Discussions
- 15 years ago
- 4 days ago
- 4 days ago