-
Type:
Sub-Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.1 M2
-
Fix Version/s: None
-
Component/s: Upgrade Planner
-
Labels:None
steps:
1.create a 6.2 service builder maven type project
2.run build-service on -portlet project
3.open code upgrade view and show all pages
4.in "Upgrade POM Files" page , upgrade all pom files
5.go to "Build Services" page and run build-service on converted project
6.go to "Build" page and build -portlet project an will fail.
7.open pom.xml in parent project and add
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>3.0.0</version>
</plugin>
under <build><plugins>
8.run build again and it will be successful.
9.open -portlet-version.war in -portlet/target folder and see the -service-version.jar in lib folder is a folder not a jar file.
for your reference: run "mvn clean package" in parent project dir in command line will build war and jar successfully,
- duplicates
-
IDE-3111 can't package converted maven service builder war project in code upgrade view
-
- Closed
-