plexus-active-collections-1.0~beta2/ 0000755 0001750 0001750 00000000000 11240615034 017525 5 ustar twerner twerner plexus-active-collections-1.0~beta2/src/ 0000755 0001750 0001750 00000000000 11240615034 020314 5 ustar twerner twerner plexus-active-collections-1.0~beta2/src/it/ 0000755 0001750 0001750 00000000000 11240615034 020730 5 ustar twerner twerner plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/ 0000755 0001750 0001750 00000000000 11240615034 026614 5 ustar twerner twerner plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/ 0000755 0001750 0001750 00000000000 11240615034 033454 5 ustar twerner twerner ././@LongLink 0000000 0000000 0000000 00000000147 00000000000 011567 L ustar root root plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/src/ plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/sr0000755 0001750 0001750 00000000000 11240615034 034021 5 ustar twerner twerner ././@LongLink 0000000 0000000 0000000 00000000154 00000000000 011565 L ustar root root plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/src/main/ plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/sr0000755 0001750 0001750 00000000000 11240615034 034021 5 ustar twerner twerner ././@LongLink 0000000 0000000 0000000 00000000161 00000000000 011563 L ustar root root plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/src/main/java/ plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/sr0000755 0001750 0001750 00000000000 11240615034 034021 5 ustar twerner twerner ././@LongLink 0000000 0000000 0000000 00000000165 00000000000 011567 L ustar root root plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/src/main/java/its/ plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/sr0000755 0001750 0001750 00000000000 11240615034 034021 5 ustar twerner twerner ././@LongLink 0000000 0000000 0000000 00000000200 00000000000 011555 L ustar root root plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/src/main/java/its/MyMojo.java plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/sr0000644 0001750 0001750 00000002400 10601754430 034023 0 ustar twerner twerner package its;
/*
* 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.
*/
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.codehaus.plexus.collections.ActiveCollectionManager;
import org.codehaus.plexus.collections.ActiveList;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
/**
* @goal test
*
* @phase validate
*/
public class MyMojo
extends AbstractMojo
{
/**
* @component
*/
private ActiveCollectionManager collectionManager;
public void execute()
throws MojoExecutionException
{
ActiveList list = collectionManager.getActiveList( ActiveCollectionManager.ROLE );
}
}
././@LongLink 0000000 0000000 0000000 00000000152 00000000000 011563 L ustar root root plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/pom.xml plexus-active-collections-1.0~beta2/src/it/collectionManager-compat-test/maven-compat-test-plugin/po0000644 0001750 0001750 00000001774 10601754430 034032 0 ustar twerner twerner
4.0.0
its
maven-compat-test-plugin
maven-plugin
1.0-SNAPSHOT
maven-compat-test-plugin Maven Mojo
http://maven.apache.org
org.codehaus.plexus
plexus-active-collections
1.0-beta-2-SNAPSHOT
org.apache.maven
maven-plugin-api
2.0
junit
junit
3.8.1
test
plexus-active-collections-1.0~beta2/src/test/ 0000755 0001750 0001750 00000000000 11240615034 021273 5 ustar twerner twerner plexus-active-collections-1.0~beta2/src/test/resources/ 0000755 0001750 0001750 00000000000 11240615034 023305 5 ustar twerner twerner plexus-active-collections-1.0~beta2/src/test/resources/META-INF/ 0000755 0001750 0001750 00000000000 11240615034 024445 5 ustar twerner twerner plexus-active-collections-1.0~beta2/src/test/resources/META-INF/plexus/ 0000755 0001750 0001750 00000000000 11240615034 025765 5 ustar twerner twerner plexus-active-collections-1.0~beta2/src/test/resources/META-INF/plexus/components.xml 0000644 0001750 0001750 00000004232 10600616650 030701 0 ustar twerner twerner
org.codehaus.plexus.collections.TestComponent
one
org.codehaus.plexus.collections.TestComponent
first
org.codehaus.plexus.collections.TestComponent
two
org.codehaus.plexus.collections.TestComponent
second
org.codehaus.plexus.collections.TestComponent
three
org.codehaus.plexus.collections.TestComponent
first
org.codehaus.plexus.collections.TestBadComponent
bad
org.codehaus.plexus.collections.TestBadComponent
org.codehaus.plexus.collections.ActiveMap
default-active-map-test
org.codehaus.plexus.collections.DefaultActiveMap
org.codehaus.plexus.collections.TestComponent
org.codehaus.plexus.collections.ActiveList
default-active-list-test
org.codehaus.plexus.collections.DefaultActiveList
org.codehaus.plexus.collections.TestComponent
org.codehaus.plexus.collections.ActiveSet
default-active-set-test
org.codehaus.plexus.collections.DefaultActiveSet
org.codehaus.plexus.collections.TestComponent