Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WebGUI
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kieker
WebGUI
Commits
4e750d88
Commit
4e750d88
authored
13 years ago
by
nie
Browse files
Options
Downloads
Patches
Plain Diff
Moved the readme-file; Changed some code in the pom.xml for the build.
parent
c51594ac
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Kieker.WebGUI/Read.me
+7
-0
7 additions, 0 deletions
Kieker.WebGUI/Read.me
Kieker.WebGUI/pom.xml
+55
-6
55 additions, 6 deletions
Kieker.WebGUI/pom.xml
with
62 additions
and
6 deletions
Kieker.WebGUI/Read.me
0 → 100644
+
7
−
0
View file @
4e750d88
The project "Kieker.WebGUI" can be started via Maven (3). Just use the command
mvn jetty:run
to pack the war-file, deploy it on jetty and start jetty. The web tool is then available at
http://localhost:8080/Kieker.WebGUI/main
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Kieker.WebGUI/pom.xml
+
55
−
6
View file @
4e750d88
...
@@ -270,6 +270,14 @@
...
@@ -270,6 +270,14 @@
<configuration>
<configuration>
<configLocation>
quality-config/cs-conf.xml
</configLocation>
<configLocation>
quality-config/cs-conf.xml
</configLocation>
</configuration>
</configuration>
<executions>
<execution>
<phase>
test
</phase>
<goals>
<goal>
checkstyle
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
...
@@ -280,6 +288,14 @@
...
@@ -280,6 +288,14 @@
<threshold>
Low
</threshold>
<threshold>
Low
</threshold>
<excludeFilterFile>
quality-config/fb-filter.xml
</excludeFilterFile>
<excludeFilterFile>
quality-config/fb-filter.xml
</excludeFilterFile>
</configuration>
</configuration>
<executions>
<execution>
<phase>
test
</phase>
<goals>
<goal>
findbugs
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
...
@@ -293,6 +309,14 @@
...
@@ -293,6 +309,14 @@
</rulesets>
</rulesets>
<targetJdk>
1.6
</targetJdk>
<targetJdk>
1.6
</targetJdk>
</configuration>
</configuration>
<executions>
<execution>
<phase>
test
</phase>
<goals>
<goal>
pmd
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<plugin>
<groupId>
org.mortbay.jetty
</groupId>
<groupId>
org.mortbay.jetty
</groupId>
...
@@ -332,12 +356,37 @@
...
@@ -332,12 +356,37 @@
<plugin>
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<artifactId>
maven-assembly-plugin
</artifactId>
<version>
2.3
</version>
<version>
2.3
</version>
<executions>
<execution>
<id>
Sources-Archive
</id>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
<configuration>
<configuration>
<appendAssemblyId>
false
</appendAssemblyId>
<finalName>
kieker-webgui-${project.version}_sources
</finalName>
<descriptors>
<descriptors>
<descriptor>
descriptors/descriptor-src.xml
</descriptor>
<descriptor>
descriptors/descriptor-src.xml
</descriptor>
</descriptors>
</configuration>
</execution>
<execution>
<id>
Binary-Archive
</id>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
<configuration>
<appendAssemblyId>
false
</appendAssemblyId>
<finalName>
kieker-webgui-${project.version}_binaries
</finalName>
<descriptors>
<descriptor>
descriptors/descriptor-bin.xml
</descriptor>
<descriptor>
descriptors/descriptor-bin.xml
</descriptor>
</descriptors>
</descriptors>
</configuration>
</configuration>
</execution>
</executions>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment