Return-Path: Delivered-To: apmail-maven-m2-dev-archive@www.apache.org Received: (qmail 635 invoked from network); 15 Mar 2005 07:35:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Mar 2005 07:35:21 -0000 Received: (qmail 80178 invoked by uid 500); 15 Mar 2005 07:35:20 -0000 Delivered-To: apmail-maven-m2-dev-archive@maven.apache.org Received: (qmail 80159 invoked by uid 500); 15 Mar 2005 07:35:20 -0000 Mailing-List: contact m2-dev-help@maven.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Maven 2 Developers List" Reply-To: "Maven 2 Developers List" Delivered-To: mailing list m2-dev@maven.apache.org Received: (qmail 80143 invoked by uid 500); 15 Mar 2005 07:35:20 -0000 Delivered-To: apmail-maven-components-cvs@apache.org Received: (qmail 80138 invoked by uid 99); 15 Mar 2005 07:35:20 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 14 Mar 2005 23:35:19 -0800 Received: (qmail 545 invoked by uid 1849); 15 Mar 2005 07:35:18 -0000 Date: 15 Mar 2005 07:35:18 -0000 Message-ID: <20050315073518.544.qmail@minotaur.apache.org> From: trygvis@apache.org To: maven-components-cvs@apache.org Subject: cvs commit: maven-components/maven-artifact/src/main/resources/META-INF/plexus components.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N trygvis 2005/03/14 23:35:18 Modified: maven-artifact/src/main/resources/META-INF/plexus components.xml Added: maven-artifact/src/main/java/org/apache/maven/artifact/handler PlexusServiceHandler.java Log: o Adding a Plexus service handler. Revision Changes Path 1.1 maven-components/maven-artifact/src/main/java/org/apache/maven/artifact/handler/PlexusServiceHandler.java Index: PlexusServiceHandler.java =================================================================== package org.apache.maven.artifact.handler; /* * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* * Copyright 2001-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * @author Jason van Zyl * @version $Id: PlexusServiceHandler.java,v 1.1 2005/03/15 07:35:17 trygvis Exp $ */ public class PlexusServiceHandler extends JarHandler { public String packageGoal() { return "plexus:service"; } } 1.7 +7 -1 maven-components/maven-artifact/src/main/resources/META-INF/plexus/components.xml Index: components.xml =================================================================== RCS file: /home/cvs/maven-components/maven-artifact/src/main/resources/META-INF/plexus/components.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- components.xml 15 Mar 2005 03:09:42 -0000 1.6 +++ components.xml 15 Mar 2005 07:35:18 -0000 1.7 @@ -36,7 +36,7 @@ - +