You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2006/12/10 23:44:12 UTC

svn commit: r485313 [1/15] - in /incubator/nmaven/trunk: components/ components/dotnet-artifact/ components/dotnet-artifact/src/ components/dotnet-artifact/src/main/ components/dotnet-artifact/src/main/java/ components/dotnet-artifact/src/main/java/org...

Author: sisbell
Date: Sun Dec 10 15:43:51 2006
New Revision: 485313

URL: http://svn.apache.org/viewvc?view=rev&rev=485313
Log:
Initial import of the nmaven code.

Added:
    incubator/nmaven/trunk/components/
    incubator/nmaven/trunk/components/README.txt   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/
    incubator/nmaven/trunk/components/dotnet-artifact/LICENSE.txt   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ApplicationConfig.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactContext.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactException.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactInstaller.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactMatchPolicy.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/AssemblyRepositoryLayout.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/AssemblyResolver.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/ArtifactContextImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/ArtifactInstallerImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/ArtifactMetadataImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/AssemblyResolverImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/NetDependenciesRepository.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/NetModuleMatchPolicy.java   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/package.html   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/package.html   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/resources/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/resources/META-INF/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/resources/META-INF/nmaven/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/resources/META-INF/nmaven/artifact-registry.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/resources/META-INF/plexus/
    incubator/nmaven/trunk/components/dotnet-artifact/src/main/resources/META-INF/plexus/components.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/
    incubator/nmaven/trunk/components/dotnet-assembler/LICENSE.txt   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/AssemblerContext.java   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/AssemblyInfo.java   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/AssemblyInfoException.java   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/AssemblyInfoMarshaller.java   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/impl/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/impl/AssemblerContextImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/impl/AssemblyPluginsRepository.java   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/impl/DefaultAssemblyInfoMarshaller.java   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/impl/JavaAssemblyInfoMarshaller.java   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/impl/VBAssemblyInfoMarshaller.java   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/impl/package.html   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/package.html   (with props)
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/resources/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/resources/META-INF/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/
    incubator/nmaven/trunk/components/dotnet-assembler/src/main/resources/META-INF/plexus/components.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-core/
    incubator/nmaven/trunk/components/dotnet-core/LICENSE.txt   (with props)
    incubator/nmaven/trunk/components/dotnet-core/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/
    incubator/nmaven/trunk/components/dotnet-core/src/main/
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/apache/
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/apache/maven/dotnet/InitializationException.java   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/apache/maven/dotnet/NMavenContext.java   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/apache/maven/dotnet/NMavenRepositoryRegistry.java   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/apache/maven/dotnet/PlatformUnsupportedException.java   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/apache/maven/dotnet/RepositoryNotFoundException.java   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/apache/maven/dotnet/Version.java   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/apache/maven/dotnet/impl/
    incubator/nmaven/trunk/components/dotnet-core/src/main/java/org/apache/maven/dotnet/impl/NMavenRepositoryRegistryImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/resources/
    incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/
    incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/nmaven/
    incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/nmaven/assembly-plugins.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/nmaven/compiler-plugins.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/nmaven/executable-plugins.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/nmaven/net-dependencies.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/nmaven/registry-config.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/plexus/
    incubator/nmaven/trunk/components/dotnet-core/src/main/resources/META-INF/plexus/components.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/test/
    incubator/nmaven/trunk/components/dotnet-core/src/test/resources/
    incubator/nmaven/trunk/components/dotnet-core/src/test/resources/assembly-plugins-dup-languages.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/test/resources/assembly-plugins.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-core/src/test/resources/compiler-plugins.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/
    incubator/nmaven/trunk/components/dotnet-executable/LICENSE.txt   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/CapabilityMatcher.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/CommandCapability.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/CommandExecutor.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/CommandFilter.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/ExecutableCapability.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/ExecutableConfig.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/ExecutableContext.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/ExecutableMatchPolicy.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/ExecutableRequirement.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/ExecutionException.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/NetExecutable.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/NetExecutableFactory.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/RepositoryExecutableContext.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/ArtifactType.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/CompilerCapability.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/CompilerConfig.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/CompilerContext.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/CompilerExecutable.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/CompilerRequirement.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/InvalidArtifactException.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/impl/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/impl/CSharpCompilerForProfile.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/impl/DefaultCompiler.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/impl/DotGNUCompiler.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/impl/NemerleCompiler.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/compiler/impl/PhpCompiler.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/CapabilityMatcherImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/CompilerContextImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/CompilerPluginsRepository.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/DefaultNetExecutable.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/DefaultRepositoryNetExecutable.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/ExecutableContextImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/ExecutablePluginsRepository.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/MatchPolicyFactory.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/NetExecutableFactoryImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/RepositoryExecutableContextImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-executable/src/main/resources/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/resources/META-INF/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/resources/META-INF/plexus/
    incubator/nmaven/trunk/components/dotnet-executable/src/main/resources/META-INF/plexus/components.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-model/
    incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/
    incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/LICENSE.txt   (with props)
    incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/assembly-plugins.mdo
    incubator/nmaven/trunk/components/dotnet-model/assembly-plugins/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/
    incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/LICENSE.txt   (with props)
    incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/compiler-plugins.mdo
    incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/src/
    incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/src/site/
    incubator/nmaven/trunk/components/dotnet-model/compiler-plugins/src/site/site.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-model/entries/
    incubator/nmaven/trunk/components/dotnet-model/entries/entries.mdo
    incubator/nmaven/trunk/components/dotnet-model/entries/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-model/entries/sample.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-model/executable-plugins/
    incubator/nmaven/trunk/components/dotnet-model/executable-plugins/executable-plugins.mdo
    incubator/nmaven/trunk/components/dotnet-model/executable-plugins/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-model/netdependency/
    incubator/nmaven/trunk/components/dotnet-model/netdependency/netdependency.mdo
    incubator/nmaven/trunk/components/dotnet-model/netdependency/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-model/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-model/settings/
    incubator/nmaven/trunk/components/dotnet-model/settings/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-model/settings/settings.mdo
    incubator/nmaven/trunk/components/dotnet-registry/
    incubator/nmaven/trunk/components/dotnet-registry/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-registry/src/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/dotnet/registry/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/dotnet/registry/PropertyRepository.java   (with props)
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/dotnet/registry/RegistryLoader.java   (with props)
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/dotnet/registry/Repository.java   (with props)
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/dotnet/registry/RepositoryLoader.java   (with props)
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/dotnet/registry/RepositoryRegistry.java   (with props)
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/dotnet/registry/impl/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/dotnet/registry/impl/RepositoryRegistryImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/dotnet/registry/impl/StandardRegistryLoader.java   (with props)
    incubator/nmaven/trunk/components/dotnet-registry/src/main/java/org/apache/maven/dotnet/registry/impl/StandardRepositoryLoader.java   (with props)
    incubator/nmaven/trunk/components/dotnet-registry/src/main/resources/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/resources/META-INF/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/resources/META-INF/plexus/
    incubator/nmaven/trunk/components/dotnet-registry/src/main/resources/META-INF/plexus/components.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-registry/src/main/resources/registry.properties   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/
    incubator/nmaven/trunk/components/dotnet-vendor/pom.xml   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/IllegalStateException.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/InvalidVersionFormatException.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/StateMachineProcessor.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/Vendor.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/VendorFactory.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/VendorInfo.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/VendorInfoMatchPolicy.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/VendorInfoRepository.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/VendorInfoState.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/VendorInfoTransitionRule.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/VendorUnsupportedException.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/impl/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/impl/MatchPolicyFactory.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/impl/SettingsRepository.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/impl/StateMachineProcessorImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/impl/VendorInfoRepositoryImpl.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/impl/VendorInfoTransitionRuleFactory.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/impl/VersionMatcher.java   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/impl/package.html   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/java/org/apache/maven/dotnet/vendor/package.html   (with props)
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/resources/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/resources/META-INF/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/resources/META-INF/plexus/
    incubator/nmaven/trunk/components/dotnet-vendor/src/main/resources/META-INF/plexus/components.xml   (with props)
    incubator/nmaven/trunk/components/pom.xml   (with props)
    incubator/nmaven/trunk/components/src/
    incubator/nmaven/trunk/components/src/assembly/
    incubator/nmaven/trunk/components/src/assembly/src.xml   (with props)
    incubator/nmaven/trunk/integration-tests/
    incubator/nmaven/trunk/integration-tests/imports/
    incubator/nmaven/trunk/integration-tests/imports/maven-core-it-verifier-2.1.jar   (with props)
    incubator/nmaven/trunk/integration-tests/tests/
    incubator/nmaven/trunk/integration-tests/tests/NOTICE.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/README.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/integration-tests.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it.bat   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0001/
    incubator/nmaven/trunk/integration-tests/tests/it0001/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0001/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0001/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0001/src/
    incubator/nmaven/trunk/integration-tests/tests/it0001/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0001/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0001/src/main/csharp/It0001.cs
    incubator/nmaven/trunk/integration-tests/tests/it0002/
    incubator/nmaven/trunk/integration-tests/tests/it0002/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0002/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0002/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0002/src/
    incubator/nmaven/trunk/integration-tests/tests/it0002/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0002/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0002/src/main/csharp/It0002.cs
    incubator/nmaven/trunk/integration-tests/tests/it0003/
    incubator/nmaven/trunk/integration-tests/tests/it0003/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0003/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0003/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0003/src/
    incubator/nmaven/trunk/integration-tests/tests/it0003/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0003/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0003/src/main/csharp/It0003.cs
    incubator/nmaven/trunk/integration-tests/tests/it0004/
    incubator/nmaven/trunk/integration-tests/tests/it0004/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0004/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0004/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0004/src/
    incubator/nmaven/trunk/integration-tests/tests/it0004/src/test/
    incubator/nmaven/trunk/integration-tests/tests/it0004/src/test/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0004/src/test/csharp/It0003-Test1.cs
    incubator/nmaven/trunk/integration-tests/tests/it0004/src/test/csharp/It0003-Test2.cs
    incubator/nmaven/trunk/integration-tests/tests/it0005/
    incubator/nmaven/trunk/integration-tests/tests/it0005/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0005/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0005/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0005/src/
    incubator/nmaven/trunk/integration-tests/tests/it0005/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0005/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0005/src/main/csharp/HelloWeb.cs
    incubator/nmaven/trunk/integration-tests/tests/it0005/src/main/webapp/
    incubator/nmaven/trunk/integration-tests/tests/it0005/src/main/webapp/bin/
    incubator/nmaven/trunk/integration-tests/tests/it0005/src/main/webapp/test.aspx
    incubator/nmaven/trunk/integration-tests/tests/it0006/
    incubator/nmaven/trunk/integration-tests/tests/it0006/StockingHandlers_1_0.xsd   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0006/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0006/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0006/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0007/
    incubator/nmaven/trunk/integration-tests/tests/it0007/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0007/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0007/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0007/registry-config.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0010/
    incubator/nmaven/trunk/integration-tests/tests/it0010/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0010/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0010/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0010/src/
    incubator/nmaven/trunk/integration-tests/tests/it0010/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0010/src/main/vb/
    incubator/nmaven/trunk/integration-tests/tests/it0010/src/main/vb/HelloWorld.vb
    incubator/nmaven/trunk/integration-tests/tests/it0011/
    incubator/nmaven/trunk/integration-tests/tests/it0011/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0011/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0011/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0011/src/
    incubator/nmaven/trunk/integration-tests/tests/it0011/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0011/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0011/src/main/csharp/It0011.cs
    incubator/nmaven/trunk/integration-tests/tests/it0012/
    incubator/nmaven/trunk/integration-tests/tests/it0012/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0012/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0012/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0012/src/
    incubator/nmaven/trunk/integration-tests/tests/it0012/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0012/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0012/src/main/csharp/It0012.cs
    incubator/nmaven/trunk/integration-tests/tests/it0013/
    incubator/nmaven/trunk/integration-tests/tests/it0013/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0013/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0013/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0013/src/
    incubator/nmaven/trunk/integration-tests/tests/it0013/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0013/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0013/src/main/csharp/It0013.cs
    incubator/nmaven/trunk/integration-tests/tests/it0014/
    incubator/nmaven/trunk/integration-tests/tests/it0014/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0014/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0014/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0014/src/
    incubator/nmaven/trunk/integration-tests/tests/it0014/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0014/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0014/src/main/csharp/It0014.cs
    incubator/nmaven/trunk/integration-tests/tests/it0015/
    incubator/nmaven/trunk/integration-tests/tests/it0015/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0015/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0015/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0015/src/
    incubator/nmaven/trunk/integration-tests/tests/it0015/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0015/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0015/src/main/csharp/It0015.cs
    incubator/nmaven/trunk/integration-tests/tests/it0016/
    incubator/nmaven/trunk/integration-tests/tests/it0016/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0016/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0016/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0016/src/
    incubator/nmaven/trunk/integration-tests/tests/it0016/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0016/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0016/src/main/csharp/It0016.cs
    incubator/nmaven/trunk/integration-tests/tests/it0017/
    incubator/nmaven/trunk/integration-tests/tests/it0017/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0017/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0017/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0017/src/
    incubator/nmaven/trunk/integration-tests/tests/it0017/src/test/
    incubator/nmaven/trunk/integration-tests/tests/it0017/src/test/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0017/src/test/csharp/It0017Test1.cs
    incubator/nmaven/trunk/integration-tests/tests/it0018/
    incubator/nmaven/trunk/integration-tests/tests/it0018/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0018/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0018/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0018/src/
    incubator/nmaven/trunk/integration-tests/tests/it0018/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0018/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0018/src/main/csharp/It0018.cs
    incubator/nmaven/trunk/integration-tests/tests/it0019/
    incubator/nmaven/trunk/integration-tests/tests/it0019/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0019/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0019/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0019/src/
    incubator/nmaven/trunk/integration-tests/tests/it0019/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0019/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0019/src/main/csharp/It0019.cs
    incubator/nmaven/trunk/integration-tests/tests/it0020/
    incubator/nmaven/trunk/integration-tests/tests/it0020/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0020/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0020/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0020/src/
    incubator/nmaven/trunk/integration-tests/tests/it0020/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0020/src/main/csharp/
    incubator/nmaven/trunk/integration-tests/tests/it0020/src/main/csharp/It0020.cs
    incubator/nmaven/trunk/integration-tests/tests/it0020/src/main/resources/
    incubator/nmaven/trunk/integration-tests/tests/it0020/src/main/resources/resgen/
    incubator/nmaven/trunk/integration-tests/tests/it0020/src/main/resources/resgen/fix.gif   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0020/src/main/resources/resgen/my-prop.x-properties
    incubator/nmaven/trunk/integration-tests/tests/it0021/
    incubator/nmaven/trunk/integration-tests/tests/it0021/expected-results.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0021/goals.txt   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0021/pom.xml   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0021/src/
    incubator/nmaven/trunk/integration-tests/tests/it0021/src/main/
    incubator/nmaven/trunk/integration-tests/tests/it0021/src/main/resources/
    incubator/nmaven/trunk/integration-tests/tests/it0021/src/main/resources/resgen/
    incubator/nmaven/trunk/integration-tests/tests/it0021/src/main/resources/resgen/fix.gif   (with props)
    incubator/nmaven/trunk/integration-tests/tests/it0021/src/main/resources/resgen/my-prop.x-properties
    incubator/nmaven/trunk/integration-tests/tests/it0021/src/main/vb/
    incubator/nmaven/trunk/integration-tests/tests/it0021/src/main/vb/it0021.vb
    incubator/nmaven/trunk/plugins/
    incubator/nmaven/trunk/plugins/NOTICE.txt   (with props)
    incubator/nmaven/trunk/plugins/README.txt   (with props)
    incubator/nmaven/trunk/plugins/imports/
    incubator/nmaven/trunk/plugins/imports/nunit-1.1/
    incubator/nmaven/trunk/plugins/imports/nunit-1.1/license.html
    incubator/nmaven/trunk/plugins/imports/nunit-1.1/nunit.framework.dll   (with props)
    incubator/nmaven/trunk/plugins/imports/nunit-2.0/
    incubator/nmaven/trunk/plugins/imports/nunit-2.0/license.html
    incubator/nmaven/trunk/plugins/imports/nunit-2.0/nunit.framework.dll   (with props)
    incubator/nmaven/trunk/plugins/maven-compile-plugin/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/LICENSE.txt   (with props)
    incubator/nmaven/trunk/plugins/maven-compile-plugin/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/apache/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/apache/maven/dotnet/plugin/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/apache/maven/dotnet/plugin/compile/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/apache/maven/dotnet/plugin/compile/AssemblyInfoGeneratorMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/apache/maven/dotnet/plugin/compile/CompilerMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/apache/maven/dotnet/plugin/compile/ComponentInitializerMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/apache/maven/dotnet/plugin/compile/SourceProcessorMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/apache/maven/dotnet/plugin/compile/TestCompilerMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/java/org/apache/maven/dotnet/plugin/compile/TestSourceProcessorMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/resources/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/resources/META-INF/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/resources/META-INF/plexus/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/main/resources/META-INF/plexus/components.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/site/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/site/apt/
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/site/apt/how-to-use.apt
    incubator/nmaven/trunk/plugins/maven-compile-plugin/src/site/site.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-install-plugin/
    incubator/nmaven/trunk/plugins/maven-install-plugin/LICENSE.txt   (with props)
    incubator/nmaven/trunk/plugins/maven-install-plugin/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/main/
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/main/java/
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/main/java/org/
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/main/java/org/apache/
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/FileInstallerMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/InstallerMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/TargetModuleInstallerMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/LICENSE.txt   (with props)
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/src/
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/src/main/
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/src/main/java/
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/src/main/java/org/
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/src/main/java/org/apache/
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/src/main/java/org/apache/maven/dotnet/plugin/
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/src/main/java/org/apache/maven/dotnet/plugin/resgen/
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/src/main/java/org/apache/maven/dotnet/plugin/resgen/ResourceCopierMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-resgen-plugin/src/main/java/org/apache/maven/dotnet/plugin/resgen/ResourceGeneratorMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/LICENSE.txt   (with props)
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/src/
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/src/main/
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/src/main/java/
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/src/main/java/org/
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/src/main/java/org/apache/
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/src/main/java/org/apache/maven/dotnet/plugin/
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/src/main/java/org/apache/maven/dotnet/plugin/resolver/
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/src/main/java/org/apache/maven/dotnet/plugin/resolver/NetDependency.java   (with props)
    incubator/nmaven/trunk/plugins/maven-resolver-plugin/src/main/java/org/apache/maven/dotnet/plugin/resolver/NetDependencyResolverMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-settings-plugin/
    incubator/nmaven/trunk/plugins/maven-settings-plugin/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-settings-plugin/src/
    incubator/nmaven/trunk/plugins/maven-settings-plugin/src/main/
    incubator/nmaven/trunk/plugins/maven-settings-plugin/src/main/java/
    incubator/nmaven/trunk/plugins/maven-settings-plugin/src/main/java/org/
    incubator/nmaven/trunk/plugins/maven-settings-plugin/src/main/java/org/apache/
    incubator/nmaven/trunk/plugins/maven-settings-plugin/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/plugins/maven-settings-plugin/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/plugins/maven-settings-plugin/src/main/java/org/apache/maven/dotnet/plugin/
    incubator/nmaven/trunk/plugins/maven-settings-plugin/src/main/java/org/apache/maven/dotnet/plugin/settings/
    incubator/nmaven/trunk/plugins/maven-settings-plugin/src/main/java/org/apache/maven/dotnet/plugin/settings/SettingsGeneratorMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-test-plugin/
    incubator/nmaven/trunk/plugins/maven-test-plugin/LICENSE.txt   (with props)
    incubator/nmaven/trunk/plugins/maven-test-plugin/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/java/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/java/org/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/java/org/apache/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/test/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/test/TesterMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/resources/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/resources/META-INF/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/resources/META-INF/plexus/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/main/resources/META-INF/plexus/components.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/site/
    incubator/nmaven/trunk/plugins/maven-test-plugin/src/site/site.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/LICENSE.txt   (with props)
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/main/
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/main/java/
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/main/java/org/
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/main/java/org/apache/
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/main/java/org/apache/maven/dotnet/plugin/
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/main/java/org/apache/maven/dotnet/plugin/webapp/
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/main/java/org/apache/maven/dotnet/plugin/webapp/NetAchiverMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/main/java/org/apache/maven/dotnet/plugin/webapp/NetArchiveDeployerMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/site/
    incubator/nmaven/trunk/plugins/maven-webapp-plugin/src/site/site.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/LICENSE.txt   (with props)
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/java/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/java/org/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/java/org/apache/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/java/org/apache/maven/dotnet/plugin/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/java/org/apache/maven/dotnet/plugin/wsdl/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/java/org/apache/maven/dotnet/plugin/wsdl/PlatformDetector.java   (with props)
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/java/org/apache/maven/dotnet/plugin/wsdl/Proxy.java   (with props)
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/java/org/apache/maven/dotnet/plugin/wsdl/Server.java   (with props)
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/main/java/org/apache/maven/dotnet/plugin/wsdl/WsdlGeneratorMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/site/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/site/apt/
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/site/apt/how-to-use.apt
    incubator/nmaven/trunk/plugins/maven-wsdl-plugin/src/site/site.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/LICENSE.txt   (with props)
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/main/
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/main/java/
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/main/java/org/
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/main/java/org/apache/
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/main/java/org/apache/maven/
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/main/java/org/apache/maven/dotnet/
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/main/java/org/apache/maven/dotnet/plugin/
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/main/java/org/apache/maven/dotnet/plugin/xsd/
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/main/java/org/apache/maven/dotnet/plugin/xsd/XmlToXsdGeneratorMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/main/java/org/apache/maven/dotnet/plugin/xsd/XsdGeneratorMojo.java   (with props)
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/site/
    incubator/nmaven/trunk/plugins/maven-xsd-plugin/src/site/site.xml   (with props)
    incubator/nmaven/trunk/plugins/nmaven-utility-resx/
    incubator/nmaven/trunk/plugins/nmaven-utility-resx/LICENSE.txt   (with props)
    incubator/nmaven/trunk/plugins/nmaven-utility-resx/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/nmaven-utility-resx/src/
    incubator/nmaven/trunk/plugins/nmaven-utility-resx/src/main/
    incubator/nmaven/trunk/plugins/nmaven-utility-resx/src/main/config/
    incubator/nmaven/trunk/plugins/nmaven-utility-resx/src/main/config/resx.exe.config   (with props)
    incubator/nmaven/trunk/plugins/nmaven-utility-resx/src/main/csharp/
    incubator/nmaven/trunk/plugins/nmaven-utility-resx/src/main/csharp/MimeType.cs
    incubator/nmaven/trunk/plugins/nmaven-utility-resx/src/main/csharp/ResX.cs
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/nmaven-settings.xsd   (with props)
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/src/
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/src/main/
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/src/main/csharp/
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/src/main/csharp/ExecutionException.cs
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/src/main/csharp/SettingsGenerator.cs
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/src/main/csharp/nmavenSettings.cs
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/src/test/
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/src/test/csharp/
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/src/test/csharp/SettingsGeneratorDelagator.cs
    incubator/nmaven/trunk/plugins/nmaven-utility-settings/src/test/csharp/SettingsGeneratorTest.cs
    incubator/nmaven/trunk/plugins/pom-java-bootstrap.xml   (with props)
    incubator/nmaven/trunk/plugins/pom-net-bootstrap.xml   (with props)
    incubator/nmaven/trunk/plugins/pom-release.xml   (with props)
    incubator/nmaven/trunk/plugins/pom.xml   (with props)
    incubator/nmaven/trunk/plugins/scripts/
    incubator/nmaven/trunk/plugins/scripts/build-1.1.bat   (with props)
    incubator/nmaven/trunk/plugins/scripts/build-1.1.sh   (with props)
    incubator/nmaven/trunk/plugins/scripts/build-2.0.bat   (with props)
    incubator/nmaven/trunk/plugins/scripts/build-2.0.sh   (with props)
    incubator/nmaven/trunk/plugins/src/
    incubator/nmaven/trunk/plugins/src/assembly/
    incubator/nmaven/trunk/plugins/src/assembly/src.xml   (with props)
    incubator/nmaven/trunk/site/
    incubator/nmaven/trunk/site/LICENSE.txt   (with props)
    incubator/nmaven/trunk/site/pom.xml   (with props)
    incubator/nmaven/trunk/site/src/
    incubator/nmaven/trunk/site/src/site/
    incubator/nmaven/trunk/site/src/site/apt/
    incubator/nmaven/trunk/site/src/site/apt/adding-plugins.apt
    incubator/nmaven/trunk/site/src/site/apt/environment-configuration.apt
    incubator/nmaven/trunk/site/src/site/apt/features.apt
    incubator/nmaven/trunk/site/src/site/apt/getting-started.apt
    incubator/nmaven/trunk/site/src/site/apt/index.apt
    incubator/nmaven/trunk/site/src/site/apt/plugins/
    incubator/nmaven/trunk/site/src/site/apt/plugins/index.apt
    incubator/nmaven/trunk/site/src/site/site.xml   (with props)
    incubator/nmaven/trunk/site/src/site/xdoc/

Added: incubator/nmaven/trunk/components/README.txt
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/README.txt?view=auto&rev=485313
==============================================================================
--- incubator/nmaven/trunk/components/README.txt (added)
+++ incubator/nmaven/trunk/components/README.txt Sun Dec 10 15:43:51 2006
@@ -0,0 +1,10 @@
+Find the latest documentation at: http://nmaven.sf.net (Usually updated within half a day of version release).
+
+Logs:
+000-019: nmaven-artifact
+020-039: nmaven-assembler
+040-059: nmaven-core
+060-079: nmaven-executable
+080-099: nmaven-registry
+100-019: nmaven-vendor
+

Propchange: incubator/nmaven/trunk/components/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/trunk/components/dotnet-artifact/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-artifact/LICENSE.txt?view=auto&rev=485313
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-artifact/LICENSE.txt (added)
+++ incubator/nmaven/trunk/components/dotnet-artifact/LICENSE.txt Sun Dec 10 15:43:51 2006
@@ -0,0 +1,176 @@
+                               Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS

Propchange: incubator/nmaven/trunk/components/dotnet-artifact/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/trunk/components/dotnet-artifact/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-artifact/pom.xml?view=auto&rev=485313
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-artifact/pom.xml (added)
+++ incubator/nmaven/trunk/components/dotnet-artifact/pom.xml Sun Dec 10 15:43:51 2006
@@ -0,0 +1,51 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <parent>
+        <groupId>org.apache.maven.dotnet</groupId>
+        <version>0.14-SNAPSHOT</version>
+        <artifactId>dotnet-components</artifactId>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.maven.dotnet</groupId>
+    <artifactId>dotnet-artifact</artifactId>
+    <version>0.14-SNAPSHOT</version>
+    <name>dotnet-artifact</name>
+    <description>
+        Maven Plugin for .NET
+    </description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-project</artifactId>
+            <version>2.0.4</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
+            <version>2.0.4</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.dotnet</groupId>
+            <artifactId>dotnet-model-netdependency</artifactId>
+            <version>0.14-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.dotnet</groupId>
+            <artifactId>dotnet-core</artifactId>
+            <version>0.14-SNAPSHOT</version>
+        </dependency>      
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>
\ No newline at end of file

Propchange: incubator/nmaven/trunk/components/dotnet-artifact/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ApplicationConfig.java
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ApplicationConfig.java?view=auto&rev=485313
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ApplicationConfig.java (added)
+++ incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ApplicationConfig.java Sun Dec 10 15:43:51 2006
@@ -0,0 +1,91 @@
+/*
+ * 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.
+ */
+
+package org.apache.maven.dotnet.artifact;
+
+import org.apache.maven.artifact.Artifact;
+import org.apache.maven.project.MavenProject;
+
+import java.io.File;
+
+/**
+ * Provides information about the location of a .NET executable artifact's exe.config file.
+ *
+ * @author Shane Isbell
+ */
+public interface ApplicationConfig
+{
+
+    /**
+     * Returns the source path of the (original) *.exe.config file
+     *
+     * @return the source path of the (original) *.exe.config file
+     */
+    String getConfigSourcePath();
+
+    /**
+     * Returns the target path of the (copied) *.exe.config file
+     *
+     * @return the target path of the (copied) *.exe.config file
+     */
+    String getConfigDestinationPath();
+
+    /**
+     * Factory class for generating default executable configs.
+     */
+    public static class Factory
+    {
+        /**
+         * Default constructor
+         */
+        public Factory()
+        {
+        }
+
+        /**
+         * Creates the the application config for the specified artifact. By default, the config source path for the
+         * exe.config is located within the project's src/main/config directory. Neither parameter value may be null.
+         *
+         * @param artifact the executable artifact to which the exe.config file is associated
+         * @param project  the maven project
+         * @return the application config for the specified artifact
+         */
+        public static ApplicationConfig createDefaultApplicationConfig( final Artifact artifact,
+                                                                        final MavenProject project )
+        {
+            return new ApplicationConfig()
+            {
+
+                public String getConfigSourcePath()
+                {
+                    return new File(
+                        project.getBasedir() + "/src/main/config/" + artifact.getArtifactId() + ".exe.config" )
+                        .getAbsolutePath();
+                }
+
+                public String getConfigDestinationPath()
+                {
+                    return project.getBuild().getDirectory() + File.separator + artifact.getArtifactId() +
+                        ".exe.config";
+                }
+            };
+        }
+
+    }
+}

Propchange: incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ApplicationConfig.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactContext.java
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactContext.java?view=auto&rev=485313
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactContext.java (added)
+++ incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactContext.java Sun Dec 10 15:43:51 2006
@@ -0,0 +1,109 @@
+/*
+ * 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.
+ */
+package org.apache.maven.dotnet.artifact;
+
+import org.apache.maven.artifact.Artifact;
+import org.apache.maven.project.MavenProject;
+
+import java.util.List;
+import java.io.File;
+
+/**
+ * Provides services for obtaining artifact information and dependencies.
+ *
+ * @author Shane Isbell
+ */
+public interface ArtifactContext
+{
+
+    /**
+     * Role used to register component implementations with the container.
+     */
+    String ROLE = ArtifactContext.class.getName();
+
+    /**
+     * Returns the dependencies that exist directly within the pom (no transitive dependencies) for the specified artifact.
+     *
+     * @param artifact      the artifact from which to get the direct dependencies. This value should not be null.
+     * @param matchPolicies the list of policies for matching artifacts. This list may be null or empty, in which case
+     *                      this method matches all dependencies for the given artifact.
+     * @return the list of dependencies that exist directly within the pom (no transitive dependencies)
+     *         for the given artifact and match policies. This list may not be null.
+     * @throws ArtifactException if there is a problem in matching the dependencies of the specified artifact
+     */
+    List<Artifact> getDirectDependenciesFor( Artifact artifact, List<ArtifactMatchPolicy> matchPolicies )
+        throws ArtifactException;
+
+    /**
+     * Returns the list of .NET module dependency artifacts that exist directly within the pom for the specified artifact
+     * (no transitive dependencies). This is a convenience method that has the same behavior as
+     * <code>getDirectDependenciesFor</code> but adds a .netmodule match policy. To get net modules, with additional match policies,
+     * use the <code>getDirectDependenciesFor</code> method directly.
+     *
+     * @param artifact the artifact from which to get the list of direct .NET module dependencies. This value should not be null.
+     * @return the list of .NET module dependency artifacts that exist directly within the pom for the given artifact.
+     *         This list will not be null.
+     * @throws ArtifactException if there is a problem in matching the dependencies of the specified artifact
+     */
+    List<Artifact> getNetModulesFor( Artifact artifact )
+        throws ArtifactException;
+
+    /**
+     * Returns a list of net executable artifacts that match entry(s) within the net-executable.xml file.
+     * The parameters are used to match the appropriate executable, which is located within the local maven repository.
+     * If either of the groupId or artifactId parameters is null, then this method will return an empty list of
+     * artifacts. A null version/type parameters will match all versions and types, respectively.
+     *
+     * @param groupId    the group id to match to a net executable artifact
+     * @param artifactId the artifact id to match to a net executable artifact
+     * @param version    the version to match to a net executable artifact
+     * @param type       the type (or classifier) to match to a net executable artifact. This could be the framework
+     *                   version or a platform identifer (windows, linux, etc).
+     * @return the list of artifacts that match entry(s) within the net-executable.xml file. This list may be empty
+     *         but not null.
+     */
+    List<Artifact> getArtifactsFor( String groupId, String artifactId, String version, String type );
+
+    /**
+     * Returns an artifact installer used for installing NMaven artifacts into the local Maven repository.
+     *
+     * @return an artifact installer for NMaven artifacts
+     */
+    ArtifactInstaller getArtifactInstaller();
+
+    /**
+     * Returns the application config for the specified artifact. This artifact should be a .NET executable type that
+     * is defined within the net-executable.xml file. The returned config can be used to get the location of the
+     * exe.config file for the artifact.
+     *
+     * @param artifact the artifact associated with the returned application config. This parameter should not be null.
+     * @return the application config for the specified artifact
+     * @throws NullPointerException if the artifact is null
+     */
+    ApplicationConfig getApplicationConfigFor( Artifact artifact );
+
+    /**
+     * Initializes this artifact context. Neither parameter value should be null.
+     *
+     * @param mavenProject    the maven project
+     * @param localRepository the file location of the local maven repository
+     * @throws NullPointerException if localRepository parameter is null
+     */
+    void init( MavenProject mavenProject, File localRepository );
+}

Propchange: incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactContext.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactException.java
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactException.java?view=auto&rev=485313
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactException.java (added)
+++ incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactException.java Sun Dec 10 15:43:51 2006
@@ -0,0 +1,70 @@
+/*
+ * 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.
+ */
+package org.apache.maven.dotnet.artifact;
+
+/**
+ * Thrown to indicate an artifact exception.
+ *
+ * @author Shane Isbell
+ */
+public class ArtifactException
+    extends Exception
+{
+
+    static final long serialVersionUID = -123887634943843L;
+
+    /**
+     * Constructs an <code>ArtifactException</code>  with no exception message.
+     */
+    public ArtifactException()
+    {
+        super();
+    }
+
+    /**
+     * Constructs an <code>ArtifactException</code> with the specified exception message.
+     *
+     * @param message the exception message
+     */
+    public ArtifactException( String message )
+    {
+        super( message );
+    }
+
+    /**
+     * Constructs an <code>ArtifactException</code> with the specified exception message and cause of the exception.
+     *
+     * @param message the exception message
+     * @param cause   the cause of the exception
+     */
+    public ArtifactException( String message, Throwable cause )
+    {
+        super( message, cause );
+    }
+
+    /**
+     * Constructs an <code>ArtifactException</code> with the cause of the exception.
+     *
+     * @param cause the cause of the exception
+     */
+    public ArtifactException( Throwable cause )
+    {
+        super( cause );
+    }
+}

Propchange: incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactInstaller.java
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactInstaller.java?view=auto&rev=485313
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactInstaller.java (added)
+++ incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactInstaller.java Sun Dec 10 15:43:51 2006
@@ -0,0 +1,91 @@
+/*
+ * 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.
+ */
+package org.apache.maven.dotnet.artifact;
+
+import org.apache.maven.artifact.Artifact;
+import org.apache.maven.artifact.installer.ArtifactInstallationException;
+import org.apache.maven.project.MavenProject;
+
+import java.io.File;
+
+/**
+ * Provides services for installing artifacts.
+ *
+ * @author Shane Isbell
+ */
+public interface ArtifactInstaller
+{
+
+    /**
+     * Role used to register component implementations with the container.
+     */
+    String ROLE = ArtifactInstaller.class.getName();
+
+    /**
+     * Installs artifacts into the local Maven repository. Unlike the <code>installFile</code> method, this method
+     * will also check whether an exe.config file is associated with the artifact and install the exe.config into
+     * the local maven repository. This will allow installed artifacts, with their associated configuration information,
+     * to be directly executed from the local maven repository.
+     *
+     * Typically the artifact parameter will be obtained directly through the maven project:
+     * <code>MavenProject.getArtifact</code>. In those cases where the MavenProject object is unavailable, then
+     * you can use the <code>installFile</code> method from this interface.
+     *
+     * @param artifact the artifact to install
+     * @param pomFile  the pom file of the installed artifact
+     * @throws ArtifactInstallationException if there is a problem installing the artifact
+     */
+    void installArtifact( Artifact artifact, File pomFile )
+        throws ArtifactInstallationException;
+
+    /**
+     * Installs a non-maven artifact into the local maven repository so that the artifact can be used within
+     * a Maven build process.
+     *
+     * @param groupId    the group id of the artifact to install
+     * @param artifactId the artifact id of the artifact to install
+     * @param version    the version of the artifact to install
+     * @param packaging  the packaging type of the artifact to install
+     * @param pomFile    the pom file of the artifact to install
+     * @throws ArtifactInstallationException if there is a problem installing the artifact
+     */
+    void installFile( String groupId, String artifactId, String version, String packaging, File pomFile )
+        throws ArtifactInstallationException;
+
+    /**
+     * Copies .netmodules, that the project is dependenct upon, from the local repo to the project's target directory.
+     * This method handles placing all the .netmodules in the same directory as the compiled project artifact for use
+     * in unit testing and/or packaging.
+     *
+     * @param projectArtifact the artifact that has .netmodule dependencies
+     * @throws ArtifactInstallationException if there is a problem installing the net module artifact(s)
+     */
+    void installNetModulesToTargetDirectory( Artifact projectArtifact )
+        throws ArtifactInstallationException;
+
+    /**
+     * Initializes the installer.
+     *
+     * @param artifactContext the artifact context associated with this installer
+     * @param mavenProject    the maven project associated with the invoking plugin
+     * @param localRepository the location of the local maven repository
+     */
+    void init( ArtifactContext artifactContext, MavenProject mavenProject, File localRepository );
+
+}

Propchange: incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/ArtifactInstaller.java
------------------------------------------------------------------------------
    svn:eol-style = native