I have pulled the ion-api-sdk from ION registory. It has generated the maven directory structure
ion-api-sdk/JavaWebClientOAuth2/META-INF/maven/com.infor/SampleAppOAuth2
I have located the project object management file pom.xml, and executed a mvn package
the WAR assembly was attempted here:
/home/ec2-user/projects/ion-api-sdk/JavaWebClientOAuth2/META-INF/maven/com.infor/SampleAppOAuth2/target/SampleAppOAuth2.war
This is the assembly error
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project SampleAppOAuth2: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]