mirror of https://github.com/apache/maven.git
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@208743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
befeeae29c
commit
55518cbd57
|
@ -96,6 +96,17 @@
|
|||
</configuration>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
|
||||
<role-hint>plexus-application</role-hint>
|
||||
<implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
|
||||
<configuration>
|
||||
<type>plexus-application</type>
|
||||
<extension>jar</extension>
|
||||
<packaging>plexus-application</packaging>
|
||||
</configuration>
|
||||
</component>
|
||||
|
||||
<component>
|
||||
<role>org.apache.maven.artifact.handler.ArtifactHandler</role>
|
||||
<role-hint>ejb-client</role-hint>
|
||||
|
|
|
@ -216,7 +216,7 @@
|
|||
<!-- START SNIPPET: plexus-application-lifecycle -->
|
||||
<phases>
|
||||
<generate-resources>plexus:app</generate-resources>
|
||||
<package>plexus:bundle-runtime</package>
|
||||
<package>plexus:bundle-application</package>
|
||||
<install>install:install</install>
|
||||
<deploy>deploy:deploy</deploy>
|
||||
</phases>
|
||||
|
|
Loading…
Reference in New Issue