Thanks Guillaume. I performed a "mvn install" in the tooling directory on my local copy of 3.1 and produced a much improved jbi-maven-plugin. All is good for me, for now.
-- Eric Mickelson On 1/31/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote:
I have deployed a correct version. Another strange maven bug: i had to compile the plugin on its own to have a good result (when building the whole servicemix project, the ant based goals were skipped). On 1/31/07, Eric Mickelson <[EMAIL PROTECTED]> wrote: > Hi Guillaume, > > All of the service assembly, unit and component goals are missing from > the plugin.xml file for 3.1. I unjarred both 3.0.1 and 3.1 versions > and noticed that the plugin.xml file is now half the size and missing > many goals. Don't know why. Anyway, all I was trying to do was: > > mvn jbi:stopServiceAssembly > > Result: > =================================================== > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'jbi'. > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Required goal not found: jbi:stopServiceAssembly > [INFO] ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 1 second > [INFO] Finished at: Wed Jan 31 12:12:43 PST 2007 > [INFO] Final Memory: 3M/6M > [INFO] ------------------------------------------------------------------------ > =================================================== > > Try same goal with version set to 3.0.1-incubating and it works. Not > that I'm using 3.1. Only the version of the jbi-maven-plugin is > changed in my pom.xml. > > Result with 3.0.1 > =================================================== > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'jbi'. > [INFO] ---------------------------------------------------------------------------- > [INFO] Building Marketlive :: Samples :: File :: SA > [INFO] task-segment: [jbi:stopServiceAssembly] > [INFO] ---------------------------------------------------------------------------- > Downloading: http://people.apache.org/repo/m2-incubating-repository/tranql/tranql/1.3/tranql-1.3.pom > [WARNING] Unable to get resource from repository apache.incubating > (http://people.apache.org/repo/m2-incubating-repository) > Downloading: http://people.apache.org/repo/m2-incubating-repository/tranql/tranql/1.3/tranql-1.3.pom > [WARNING] Unable to get resource from repository apache > (http://people.apache.org/repo/m2-incubating-repository) > Downloading: http://www.ibiblio.org/maven2/tranql/tranql/1.3/tranql-1.3.pom > [WARNING] Unable to get resource from repository central > (http://www.ibiblio.org/maven2) > Downloading: http://servicemix.org/m2-repo/tranql/tranql/1.3/tranql-1.3.pom > [WARNING] Unable to get resource from repository servicemix-m2-repo > (http://servicemix.org/m2-repo) > Downloading: http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC5/maven2/tranql/tranql/1.3/tranql-1.3.pom > [WARNING] Unable to get resource from repository activemq-tmp-repo > (http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC5/maven2) > Downloading: http://people.apache.org/repo/m2-ibiblio-rsync-repository/tranql/tranql/1.3/tranql-1.3.pom > [WARNING] Unable to get resource from repository apache-releases > (http://people.apache.org/repo/m2-ibiblio-rsync-repository) > [INFO] [jbi:stopServiceAssembly] > > stopServiceAssembly: > [echo] Stopping service assembly file-sa on > service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 12 seconds > [INFO] Finished at: Wed Jan 31 12:18:12 PST 2007 > [INFO] Final Memory: 10M/21M > [INFO] ------------------------------------------------------------------------ > =================================================== > > > -- > Eric Mickelson > -- Cheers, Guillaume Nodet ------------------------ Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/
