Is it possible for maven-ant-plugin to generate a build.xml file that
will create a Felix bundle?
Without changing my pom.xml, I ran "mvn ant:ant: to generate a build.xml
file. Running ant on that build.xml does create a jar file that
installs and resolves in Felix but it certainly doesn't execute.
Documentation on maven-ant-plugin is a bit slim. It just describes the
one goal (ant:ant) with its two parameters (localRepository and project||).
Perhaps I'm expecting too much from maven-ant-plugin?
Tim Moloney