Karl Pauls | d140dd9 | 2006-11-02 22:22:49 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
| 18 | --> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 19 | <component-set> |
| 20 | <components> |
| 21 | <component> |
| 22 | <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role> |
| 23 | <role-hint>bundle</role-hint> |
| 24 | <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation> |
| 25 | <configuration> |
| 26 | <lifecycles> |
| 27 | <lifecycle> |
| 28 | <id>default</id> |
| 29 | <!-- START SNIPPET: bundle-lifecycle --> |
| 30 | <phases> |
| 31 | <process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources> |
| 32 | <compile>org.apache.maven.plugins:maven-compiler-plugin:compile</compile> |
| 33 | <process-test-resources>org.apache.maven.plugins:maven-resources-plugin:testResources</process-test-resources> |
| 34 | <test-compile>org.apache.maven.plugins:maven-compiler-plugin:testCompile</test-compile> |
| 35 | <test>org.apache.maven.plugins:maven-surefire-plugin:test</test> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 36 | <package>org.apache.felix:maven-bundle-plugin:bundle</package> |
Stefano Lenzi | 476013d | 2007-09-21 23:59:54 +0000 | [diff] [blame] | 37 | <install> |
Stuart McCulloch | 6122320 | 2007-09-26 17:41:03 +0000 | [diff] [blame] | 38 | org.apache.maven.plugins:maven-install-plugin:install, |
| 39 | org.apache.felix:maven-bundle-plugin:install |
Stuart McCulloch | 03d950f | 2007-09-25 08:37:42 +0000 | [diff] [blame] | 40 | </install> |
Stuart McCulloch | bb8b9fa | 2008-02-17 16:07:14 +0000 | [diff] [blame] | 41 | <deploy> |
Stuart McCulloch | 5d6cb73 | 2008-02-18 05:24:46 +0000 | [diff] [blame] | 42 | org.apache.maven.plugins:maven-deploy-plugin:deploy, |
| 43 | org.apache.felix:maven-bundle-plugin:deploy |
Stuart McCulloch | bb8b9fa | 2008-02-17 16:07:14 +0000 | [diff] [blame] | 44 | </deploy> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 45 | </phases> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 46 | <!-- END SNIPPET: bundle-lifecycle --> |
| 47 | </lifecycle> |
| 48 | </lifecycles> |
| 49 | </configuration> |
| 50 | </component> |
| 51 | <component> |
| 52 | <role>org.apache.maven.artifact.handler.ArtifactHandler</role> |
| 53 | <role-hint>bundle</role-hint> |
| 54 | <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation> |
| 55 | <configuration> |
| 56 | <type>bundle</type> |
Stuart McCulloch | ffe105b | 2009-09-23 12:45:14 +0000 | [diff] [blame] | 57 | <includesDependencies>false</includesDependencies> |
Richard S. Hall | f312009 | 2006-10-31 17:32:16 +0000 | [diff] [blame] | 58 | <language>java</language> |
| 59 | <extension>jar</extension> |
| 60 | <addedToClasspath>true</addedToClasspath> |
| 61 | </configuration> |
| 62 | </component> |
| 63 | </components> |
| 64 | </component-set> |