Skip to content
Snippets Groups Projects
Commit 9da81d4f authored by nie's avatar nie
Browse files

Modified the project for the nightly-releases to be fully executable.

parent c630689a
No related branches found
No related tags found
No related merge requests found
File moved
@echo off
REM @author Nils Christian Ehmke
java -jar ..\lib\jetty-runner-*.jar ..\target\Kieker.WebGUI-*.war
@echo on
\ No newline at end of file
#!/bin/bash
# @author Nils Christian Ehmke
java -jar ../lib/jetty-runner-*.jar ../target/Kieker.WebGUI-*.war
\ No newline at end of file
......@@ -14,17 +14,20 @@
Kieker.WebGUI*.war
</include>
</includes>
<outputDirectory>/</outputDirectory>
<outputDirectory>/target/</outputDirectory>
<directory>${project.build.directory}/</directory>
</fileSet>
<fileSet>
<includes>
<include>
jetty-runner-*.jar
lib/jetty-runner-*.jar
</include>
<include>
bin/**
</include>
</includes>
<outputDirectory>/</outputDirectory>
<directory>${project.build.directory}/Kieker.WebGUI-${project.version}/WEB-INF/lib/</directory>
<directory>${project.basedir}/</directory>
</fileSet>
</fileSets>
</assembly>
\ No newline at end of file
File added
......@@ -229,11 +229,6 @@
<artifactId>commons-fileupload</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-runner</artifactId>
<version>8.1.0.v20120127</version>
</dependency>
</dependencies>
<repositories>
......@@ -352,7 +347,6 @@
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<configuration>
<packagingExcludes>WEB-INF/lib/jetty-runner-*.jar</packagingExcludes>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment