You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2013/02/12 01:26:41 UTC

svn commit: r1445003 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ dev-tools/maven/lucene/facet/pom.xml.template

Author: sarowe
Date: Tue Feb 12 00:26:41 2013
New Revision: 1445003

URL: http://svn.apache.org/r1445003
Log:
LUCENE-3998: Maven configuration: no longer any need to add src/examples/ as a source path (merged trunk r1445002)

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/   (props changed)
    lucene/dev/branches/branch_4x/dev-tools/maven/lucene/facet/pom.xml.template

Modified: lucene/dev/branches/branch_4x/dev-tools/maven/lucene/facet/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/maven/lucene/facet/pom.xml.template?rev=1445003&r1=1445002&r2=1445003&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/maven/lucene/facet/pom.xml.template (original)
+++ lucene/dev/branches/branch_4x/dev-tools/maven/lucene/facet/pom.xml.template Tue Feb 12 00:26:41 2013
@@ -73,25 +73,5 @@
         </excludes>
       </testResource>
     </testResources>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>add-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${module-path}/src/examples</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
   </build>
 </project>