updating for current build conditions
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@12 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
b33a9d0670
commit
1b8ec6a4f0
|
@ -78,7 +78,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>site-component.xml</descriptor>
|
<!-- <descriptor>site-component.xml</descriptor>-->
|
||||||
<descriptor>config.xml</descriptor>
|
<descriptor>config.xml</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -56,6 +56,7 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<!--
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
@ -73,6 +74,7 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
-->
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
1
pom.xml
1
pom.xml
|
@ -100,7 +100,6 @@
|
||||||
<!-- commented out because of missing servlet specific annotations
|
<!-- commented out because of missing servlet specific annotations
|
||||||
<module>jetty-test-annotation-webapp</module>
|
<module>jetty-test-annotation-webapp</module>
|
||||||
-->
|
-->
|
||||||
<module>jetty-assembly-descriptor</module>
|
|
||||||
<module>jetty-util</module>
|
<module>jetty-util</module>
|
||||||
<module>jetty-io</module>
|
<module>jetty-io</module>
|
||||||
<module>jetty-http</module>
|
<module>jetty-http</module>
|
||||||
|
|
Loading…
Reference in New Issue