-
Bug
-
Resolution: Done
-
Major
-
1.1.4.Final
-
None
-
None
I installed apiman 1.1.4.Final and noticed a couple issues with the quickstarts directory in my installation.
1) Building from the root quickstarts/pom.xml fails with
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:single (make-dist) on project apiman-quickstarts: Error reading assemblies: Error locating assembly descriptor: src/main/assembly/dist.xml [ERROR] [ERROR] [1] [INFO] Searching for file location: /opt/demo/wildfly-8.2.0.Final/apiman/quickstarts/src/main/assembly/dist.xml [ERROR] [ERROR] [2] [INFO] File: /opt/demo/wildfly-8.2.0.Final/apiman/quickstarts/src/main/assembly/dist.xml does not exist. [ERROR] [ERROR] [3] [INFO] Invalid artifact specification: 'src/main/assembly/dist.xml'. Must contain at least three fields, separated by ':'. [ERROR] [ERROR] [4] [INFO] Failed to resolve classpath resource: assemblies/src/main/assembly/dist.xml from classloader: ClassRealm[plugin>org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5, parent: sun.misc.Launcher$AppClassLoader@67d479cf]
2) A project release script (release.sh) is included in this directory and I'm guessing that should be trimmed out.