r768 - in trunk/src/main: java/org/nuiton/helper/plugin resources/META-INF/plexus
Author: tchemit Date: 2010-10-08 14:34:58 +0200 (Fri, 08 Oct 2010) New Revision: 768 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/768 Log: revert components hint : stay on our maven-helper-plugin otherwise it won't work for plugins using this project... Modified: trunk/src/main/java/org/nuiton/helper/plugin/ShareServerSecretPlugin.java trunk/src/main/resources/META-INF/plexus/components.xml Modified: trunk/src/main/java/org/nuiton/helper/plugin/ShareServerSecretPlugin.java =================================================================== --- trunk/src/main/java/org/nuiton/helper/plugin/ShareServerSecretPlugin.java 2010-10-08 10:23:25 UTC (rev 767) +++ trunk/src/main/java/org/nuiton/helper/plugin/ShareServerSecretPlugin.java 2010-10-08 12:34:58 UTC (rev 768) @@ -148,7 +148,7 @@ /** * password decypher * - * @component + * @component roleHint="maven-helper-plugin" * @since 1.1.0 */ protected SecDispatcher sec; Modified: trunk/src/main/resources/META-INF/plexus/components.xml =================================================================== --- trunk/src/main/resources/META-INF/plexus/components.xml 2010-10-08 10:23:25 UTC (rev 767) +++ trunk/src/main/resources/META-INF/plexus/components.xml 2010-10-08 12:34:58 UTC (rev 768) @@ -1,33 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you 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. ---> <component-set> <components> <component> <role>org.sonatype.plexus.components.cipher.PlexusCipher</role> <role-hint>maven-helper-plugin</role-hint> - <implementation>org.nuiton.components.cipher.DefaultPlexusCipher</implementation> + <implementation>org.sonatype.plexus.components.cipher.DefaultPlexusCipher</implementation> </component> <component> <role>org.sonatype.plexus.components.sec.dispatcher.SecDispatcher</role> <role-hint>maven-helper-plugin</role-hint> - <implementation>org.nuiton.components.sec.dispatcher.DefaultSecDispatcher</implementation> + <implementation>org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher</implementation> <requirements> <requirement> <role>org.sonatype.plexus.components.cipher.PlexusCipher</role>
participants (1)
-
tchemit@users.nuiton.org