When working through the enRoute quickstart tutorial , on the second page instructions for Creating the Debug Version of quickstart, I am getting an error creating the indexes at the top of the project.
mvn bnd-indexer:index bnd-indexer:index@test-index
It appears that the project template created the "impl" sub-project but the sonatype repository doesn't have a template for "impl". The repository does have a template called "rest". I changed the app/pom.xml to reference the "rest" artifact as a dependency instead of "impl". This allows the successful construction of the index, but the next step, mvn bnd-resolver:resolve fails because it can't find the rest sub-project.
When working through the enRoute quickstart tutorial , on the second page instructions for Creating the Debug Version of quickstart, I am getting an error creating the indexes at the top of the project.
mvn bnd-indexer:index bnd-indexer:index@test-indexIt appears that the project template created the "impl" sub-project but the sonatype repository doesn't have a template for "impl". The repository does have a template called "rest". I changed the app/pom.xml to reference the "rest" artifact as a dependency instead of "impl". This allows the successful construction of the index, but the next step,
mvn bnd-resolver:resolvefails because it can't find the rest sub-project.