summaryrefslogtreecommitdiffstats
path: root/archiva-jetty/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2011-08-25 08:42:50 +0000
committerBrett Porter <brett@apache.org>2011-08-25 08:42:50 +0000
commit3445922612a7d96b763c8c54841776325882544e (patch)
tree229f23338c626991cee1e80731922ec39eeb9ee0 /archiva-jetty/pom.xml
parentb988841b1e8665a245d7c9d6f414f18a69d0a096 (diff)
downloadarchiva-3445922612a7d96b763c8c54841776325882544e.tar.gz
archiva-3445922612a7d96b763c8c54841776325882544e.zip
update licenses and send in RAT
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1161440 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r--archiva-jetty/pom.xml25
1 files changed, 19 insertions, 6 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index fd8f64d88..e4ecb5ed0 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -62,7 +62,7 @@
<artifactId>jsp-2.1-jetty</artifactId>
<version>${jetty.version}</version>
<scope>runtime</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-plus</artifactId>
@@ -109,7 +109,7 @@
</commandLineArguments>
<platforms>
<platform>jsw</platform>
- </platforms>
+ </platforms>
<generatorConfigurations>
<generatorConfiguration>
<generator>jsw</generator>
@@ -175,9 +175,9 @@
-->
<systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty>
</systemProperties>
- </jvmSettings>
+ </jvmSettings>
</daemon>
- </daemons>
+ </daemons>
<repoPath>lib</repoPath>
<repositoryLayout>flat</repositoryLayout>
<assembleDirectory>target/generated-resources/appassembler/jsw/archiva</assembleDirectory>
@@ -217,9 +217,9 @@
<configuration>
<tasks>
<copy todir="target/generated-resources/appassembler/jsw/archiva/conf">
- <fileset dir="src/main/conf" />
+ <fileset dir="src/main/conf" />
</copy>
- <mkdir dir="target/generated-resources/appassembler/jsw/archiva/logs" />
+ <mkdir dir="target/generated-resources/appassembler/jsw/archiva/logs" />
</tasks>
</configuration>
<goals>
@@ -237,5 +237,18 @@
</configuration>
</plugin>
</plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>src/main/conf/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
</project>