Skip to content

Commit

Permalink
Added README and updated copyright date in license file.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 14, 2011
1 parent 908d5b2 commit 4cf5da8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion License.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008 Dr. Ullrich Hafner
Copyright (c) 2008-2011 Dr. Ullrich Hafner

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
12 changes: 12 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This Jenkins plug-in collects the compiler warnings of the project modules and
visualizes the results. It has built-in support for javac (ant, maven, command line),
Eclipse Java Compiler, JavaDoc Compiler, Hudson/Jenkins HPI, MSBuild, GCC, GNU Linker,
SUN Studio C++, Gnat (Ada), Erlang, PC-Lint compiler warnings (configuration of PcLint),
Eclipse Buckminster, Oracle Invalids, Doxygen, Robocopy, Perforce, Cobol, PHP, Flex.

See: http://wiki.jenkins-ci.org/x/G4CGAQ

All source code is licensed under the MIT license.

Maintainer: Dr. Ullrich Hafner

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-test</artifactId>
<version>1.4</version>
<version>1.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4cf5da8

Please sign in to comment.