[
https://issues.jboss.org/browse/JBIDE-26640?page=com.atlassian.jira.plugi...
]
Zbyněk Červinka updated JBIDE-26640:
------------------------------------
Steps to Reproduce:
1) create new "Enterprise Application Project" project
- fill in Project name and click next
- click on "New Module..." button and make sure all 4 default modules are
checked to be created
- click Finish
2) In package Explorer -> right click on each modul and project itself -> Configure
-> Convert to maven project -> Finish
3) Build all 4 modules - Client, Connector, EJB, web (build should be successful) - right
click on module -> Run As -> Maven build... -> insert "clean install"
into "Goals:" input and click "Run"
4) Build the whole project (same steps as building modules) -> fail
was:
1) create new "Enterprise Application Project" project
- fill in Project name and click next
- click on "New Module..." button and make sure all 4 default modules are
checked to be created
- click Finish
2) In package Explorer -> right click on each modul and project itself -> Configure
-> Convert to maven project -> Finish
3) Build all 4 modules - Client, Connector, EJB, web (build should be successful) - right
click on module -> Run As -> Maven build... -> insert "clean install"
into "Goals:" input and click "Run"
4) Build the whole project (same steps as building modules) -> fail
"Enterprise Application Project" project maven build after
conversion to maven project is failing
-------------------------------------------------------------------------------------------------
Key: JBIDE-26640
URL:
https://issues.jboss.org/browse/JBIDE-26640
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 4.11.0.Final
Environment: OS X 10.14.4
Reporter: Zbyněk Červinka
Assignee: Jeff MAURY
Priority: Major
"Enterprise Application Project" project maven build after conversion to maven
project is failing - it looks like the project cant see the modules' pom.xml:
[ERROR] Failed to execute goal on project ear: Could not resolve dependencies for project
ear:ear:ear:0.0.1-SNAPSHOT: The following artifacts could not be resolved:
earClient:earClient:jar:0.0.1-SNAPSHOT, earEJB:earEJB:jar:0.0.1-SNAPSHOT,
earConnector:earConnector:rar:0.0.1-SNAPSHOT, earWeb:earWeb:war:0.0.1-SNAPSHOT: Could not
find artifact earClient:earClient:jar:0.0.1-SNAPSHOT -> [Help 1]
--
This message was sent by Atlassian Jira
(v7.12.1#712002)