Author: sshafroi
Date: 2008-05-14 09:19:27 +0200 (Wed, 14 May 2008)
New Revision: 6611
Modified:
branches/2.17/generic.sesam/war/pom.xml
Log:
Move the sesat-mojo deploy out of the include-fast and development profile. You
will now have to add sesat-mojo:deploy or do a 'mvn install' in the skins to
get the needed files copied into your webapps directory.
The searchModesSchemaGenerator has been moved out of the development profile
and will always bee executed.
Modified: branches/2.17/generic.sesam/war/pom.xml
===================================================================
--- branches/2.17/generic.sesam/war/pom.xml 2008-05-14 07:16:02 UTC (rev
6610)
+++ branches/2.17/generic.sesam/war/pom.xml 2008-05-14 07:19:27 UTC (rev
6611)
@@ -22,37 +22,6 @@
<profile>
<id>development</id>
<activation><activeByDefault>true</activeByDefault></activation>
- <build><plugins><plugin>
- <groupId>sesat</groupId>
- <artifactId>sesat-mojo</artifactId>
- <executions>
- <execution>
- <id>copy-self</id>
- <phase>install</phase>
- <goals><goal>deploy</goal></goals>
- </execution>
- <execution>
- <configuration>
- <outputDir>
- src/main/conf/
- </outputDir>
- <classpaths>
-
<classpath>../query-transform-config/src/main/java/</classpath>
-
<classpath>../search-command-config/src/main/java/</classpath>
-
<classpath>../result-handler-config/src/main/java/</classpath>
-
-
<classpath>../../query-transform-config-spi/src/main/java/</classpath>
-
<classpath>../../search-command-config-spi/src/main/java/</classpath>
-
<classpath>../../result-handler-config-spi/src/main/java/</classpath>
- </classpaths>
- </configuration>
- <phase>compile</phase>
- <goals>
- <goal>searchModesSchemaGenerator</goal>
- </goals>
- </execution>
- </executions>
- </plugin></plugins></build>
</profile>
<profile>
<id>include-fast</id>
@@ -75,15 +44,6 @@
</artifactItems>
</configuration>
- <executions>
- <execution>
- <id>copy-self</id>
- <phase>install</phase>
- <goals>
- <goal>deploy</goal>
- </goals>
- </execution>
- </executions>
</plugin>
</plugins>
</build>
@@ -249,4 +209,35 @@
<version>${sesat.version}</version>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>sesat</groupId>
+ <artifactId>sesat-mojo</artifactId>
+ <executions>
+ <execution>
+ <configuration>
+ <outputDir>
+ src/main/conf/
+ </outputDir>
+ <classpaths>
+
<classpath>../query-transform-config/src/main/java/</classpath>
+
<classpath>../search-command-config/src/main/java/</classpath>
+
<classpath>../result-handler-config/src/main/java/</classpath>
+
+
<classpath>../../query-transform-config-spi/src/main/java/</classpath>
+
<classpath>../../search-command-config-spi/src/main/java/</classpath>
+
<classpath>../../result-handler-config-spi/src/main/java/</classpath>
+ </classpaths>
+ </configuration>
+ <phase>compile</phase>
+ <goals>
+ <goal>searchModesSchemaGenerator</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits