+ update README.md

+ update javadocs
+ try to add more reports plugins (hard with a multi-module Maven project)
This commit is contained in:
Costin Leau
2010-12-03 14:06:31 +02:00
parent 5463f1f21c
commit eadd1526e5
3 changed files with 143 additions and 82 deletions

View File

@@ -35,61 +35,8 @@
<javadoc.loc>../src/main/javadoc</javadoc.loc>
</properties>
<organization>
<name>SpringSource</name>
<url>http://www.SpringSource.org</url>
</organization>
<developers>
<developer>
<id>mpollack</id>
<name>Mark Pollack</name>
<email>mpollack at vmware.com</email>
<organization>SpringSource</organization>
<organizationUrl>http://www.SpringSource.com</organizationUrl>
<roles>
<role>Project Admin</role>
<role>Developer</role>
</roles>
<timezone>-5</timezone>
</developer>
<developer>
<id>cleau</id>
<name>Costin Leau</name>
<email>cleau at vmware.com</email>
<organization>SpringSource</organization>
<organizationUrl>http://www.SpringSource.com</organizationUrl>
<roles>
<role>Developer</role>
</roles>
<timezone>+2</timezone>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<comments>
Copyright 2010 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
See the License for the specific language governing permissions and
limitations under the License.
</comments>
</license>
</licenses>
<profiles>
<profile>
<id>strict</id>