-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.1.0.DR11
-
2
-
-
-
-
-
Book: https://doc-stage.usersys.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/7.1.Alpha/single/developing-ejb-applications/#introduction
Revision: 8288522
Issues description/Suggestion for improvements:
- The mvn output is inconsistent - groupId and package property under Confirm properties configuration are not the same as were defined:
Define value for property 'groupId': : com.shinysparkly Define value for property 'artifactId': : payment-arrangements Define value for property 'version': 1.0-SNAPSHOT: : Define value for property 'package': com.shinysparkly: : Confirm properties configuration: groupId: com.company artifactId: payment-arrangements version: 1.0-SNAPSHOT package: com.company.collections
- The jar name is incorrect in following sentence: "The built JAR file is named -.jar and is placed in the target/ directory.". It should be payment-arrangements-1.0-SNAPSHOT.jar instead.
- relates to
-
JBEAP-20000 Modularize Developing Jakarta Enterprise Beans Applications
- Closed