Author: cstamas
Date: Thu Nov 18 22:48:07 2010
New Revision: 1036665
URL: http://svn.apache.org/viewvc?rev=1036665&view=rev
Log:
Making archetype-common optional.
It is really not a specific part of indexer, and most probably only IDEs and
such things will use the NexusArchetypeDataSource. But then, just provide
archetype-common on classpath, and you are done! ;)
Modified:
maven/indexer/trunk/indexer-core/pom.xml
Modified: maven/indexer/trunk/indexer-core/pom.xml
URL:
http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/pom.xml?rev=1036665&r1=1036664&r2=1036665&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/pom.xml (original)
+++ maven/indexer/trunk/indexer-core/pom.xml Thu Nov 18 22:48:07 2010
@@ -64,6 +64,7 @@
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-common</artifactId>
<version>${archetype.version}</version>
+ <optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>