You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are using V0.2 of iterator-maven-plugin since customer's environment JDK only support 1.6. And we are trying to build ear by different server instances such as SIT server(sit-inst1, sit-inst2) and UAT server(uat-inst1, uat-inst2) and PROD server(prod-inst1, prod-inst2).
I have add the war dependencies on the pom.xml, but when I try to build, get error as below: org.apache.maven.plugin.MojoFailureException: Artifact[war:com.hbsm.treats:tts-web] is not a dependency of the project.
And the content of the pom.xml as below:
`
4.0.0
tts-ear
com.hbsm.treats
tts-ear
0.0.1-SNAPSHOT
jar
Hi,
We are using V0.2 of iterator-maven-plugin since customer's environment JDK only support 1.6. And we are trying to build ear by different server instances such as SIT server(sit-inst1, sit-inst2) and UAT server(uat-inst1, uat-inst2) and PROD server(prod-inst1, prod-inst2).
I have add the war dependencies on the pom.xml, but when I try to build, get error as below:
org.apache.maven.plugin.MojoFailureException: Artifact[war:com.hbsm.treats:tts-web] is not a dependency of the project.
And the content of the pom.xml as below:
`
4.0.0
tts-ear
com.hbsm.treats
tts-ear
0.0.1-SNAPSHOT
jar
The text was updated successfully, but these errors were encountered: