Can you try the -e or -X Maven switch to get a more detailed logging? Some brainstorming: On some doc page I read that the latest version (1.0-alpha-4) of maven-archetype-plugin must be used. I've specified this in the pluginManagement section of our top pom.
Have you tried creating a service-engine (artifactId: servicemix-service-engine)? I know for sure that it worked for me. /Anders jpuro wrote: > > I'm having an issue creating service units with the Maven 2 Archtype > plugins that come with ServiceMix 3.0. I keep getting the following > error. Any ideas? > > > > [INFO] Scanning for projects... > > [INFO] Searching repository for plugin with prefix: 'archetype'. > > [INFO] > ------------------------------------------------------------------------ > ---- > > [INFO] Building Maven Default Project > > [INFO] task-segment: [archetype:create] (aggregator-style) > > [INFO] > ------------------------------------------------------------------------ > ---- > > [INFO] Setting property: classpath.resource.loader.class => > 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. > > [INFO] Setting property: resource.loader => 'classpath'. > > [INFO] ************************************************************** > > [INFO] Starting Jakarta Velocity v1.4 > > [INFO] RuntimeInstance initializing. > > [INFO] Default Properties File: > org\apache\velocity\runtime\defaults\velocity.properties > > [INFO] Default ResourceManager initializing. (class > org.apache.velocity.runtime.resource.ResourceManagerImpl) > > [INFO] Resource Loader Instantiated: > org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader > > [INFO] ClasspathResourceLoader : initialization starting. > > [INFO] ClasspathResourceLoader : initialization complete. > > [INFO] ResourceCache : initialized. (class > org.apache.velocity.runtime.resource.ResourceCacheImpl) > > [INFO] Default ResourceManager initialization complete. > > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Literal > > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Macro > > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Parse > > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Include > > [INFO] Loaded System Directive: > org.apache.velocity.runtime.directive.Foreach > > [INFO] Created: 20 parsers. > > [INFO] Velocimacro : initialization starting. > > [INFO] Velocimacro : adding VMs from VM library template : > VM_global_library.vm > > [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' > in any resource loader. > > [INFO] Velocimacro : error using VM library template > VM_global_library.vm : > org.apache.velocity.exception.ResourceNotFoundException: Unable to find > resource 'VM_global_library.vm' > > [INFO] Velocimacro : VM library template macro registration complete. > > [INFO] Velocimacro : allowInline = true : VMs can be defined inline in > templates > > [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline > may NOT replace previous VM definitions > > [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will > be global in scope if allowed. > > [INFO] Velocimacro : messages on : VM system will output logging > messages > > [INFO] Velocimacro : autoload off : VM system will not automatically > reload global library macros > > [INFO] Velocimacro : initialization complete. > > [INFO] Velocity successfully started. > > [INFO] [archetype:create] > > [INFO] Defaulting package to group ID: com.sterling.tracker.service > > [INFO] > ------------------------------------------------------------------------ > ---- > > [INFO] Using following parameters for creating Archetype: > servicemix-http-consumer-service-unit:3.0-incubating > > [INFO] > ------------------------------------------------------------------------ > ---- > > [INFO] Parameter: groupId, Value: com.sterling.tracker.service > > [INFO] Parameter: outputDirectory, Value: > C:\dev\projects\drug-tracker-ws\bridge-http-su > > [INFO] Parameter: packageName, Value: com.sterling.tracker.service > > [INFO] Parameter: package, Value: com.sterling.tracker.service > > [INFO] Parameter: version, Value: 1.0-SNAPSHOT > > [INFO] Parameter: artifactId, Value: bridge-http-su > > [INFO] > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Error creating from archetype > > > > Embedded error: Error reading the META-INF/archetype.xml descriptor. > > The META-INF/archetype.xml descriptor cannot be found. > > [INFO] > ------------------------------------------------------------------------ > > [INFO] For more information, run Maven with the -e switch > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Total time: 1 second > > [INFO] Finished at: Thu Nov 02 21:45:25 EST 2006 > > [INFO] Final Memory: 4M/7M > > [INFO] > ------------------------------------------------------------------------ > > > > Regards, > > > > Jeff > > > > > > > > > > > > > > > > > This email (and any attachments) is intended only for the use of the > individual or entity named above and may contain information that is > privileged and confidential. If you are not the intended recipient, or > have unauthorized access, you are hereby notified that copying, > disseminating, distributing or taking any action in reliance on this email > is strictly prohibited<br /> > > <br /> > > Opinions, conclusions and other information in this message that do not > relate to the official business of our firm shall be understood as neither > given nor endorsed by it. > > > > -- View this message in context: http://www.nabble.com/Creating-Service-Units-with-Maven-2-Archetype-tf2565425.html#a7152901 Sent from the ServiceMix - User mailing list archive at Nabble.com.
