Revision: 2e04cc3182f1
Author: Michele Franzin <michele...@gmail.com>
Date: Tue Dec 13 13:34:32 2011
Log: fix capitalization of test module name (same as others)
http://code.google.com/p/lambico/source/detail?r=2e04cc3182f1
Revision: 2ccb17db13da
Author: Michele Franzin <michele...@gmail.com>
Date: Tue Dec 13 13:37:52 2011
Log: maven3 friendly build, update license checking plugin
http://code.google.com/p/lambico/source/detail?r=2ccb17db13da
==============================================================================
Revision: 2e04cc3182f1
Author: Michele Franzin <michele...@gmail.com>
Date: Tue Dec 13 13:34:32 2011
Log: fix capitalization of test module name (same as others)
http://code.google.com/p/lambico/source/detail?r=2e04cc3182f1
Modified:
/lambico-test/pom.xml
/lambico-test/src/main/java/org/lambico/test/spring/EnhancedTestCase.java
/lambico-test/src/main/java/org/lambico/test/spring/MailSenderMock.java
/lambico-test/src/main/java/org/lambico/test/spring/Utils.java
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/DBTest.java
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/DaoUtils.java
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/FixtureHelper.java
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/package-info.java
/lambico-test/src/main/java/org/lambico/test/spring/package-info.java
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/AuthorTC.java
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/AuthorTCDao.java
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/BookTC.java
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/BookTCDao.java
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/DemoBean.java
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/FixtureHelperTest.java
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/UtilsTest.java
/lambico-test/src/test/resources/fixtures/AuthorTC.yml
/lambico-test/src/test/resources/fixtures/BookTC.yml
/lambico-test/src/test/resources/fixtures/DemoBean.yml
/lambico-test/src/test/resources/fixtures/EntityTC.yml
/lambico-test/src/test/resources/fixtures/String.yml
=======================================
--- /lambico-test/pom.xml Mon Apr 4 23:31:21 2011
+++ /lambico-test/pom.xml Tue Dec 13 13:34:32 2011
@@ -10,7 +10,7 @@
<artifactId>lambico-test</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
- <name>Lambico test</name>
+ <name>Lambico Test</name>
<description>Lambico's support for unit testing.</description>
<properties>
<main.basedir>${basedir}/..</main.basedir>
=======================================
---
/lambico-test/src/main/java/org/lambico/test/spring/EnhancedTestCase.java
Thu Jan 7 09:56:19 2010
+++
/lambico-test/src/main/java/org/lambico/test/spring/EnhancedTestCase.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
--- /lambico-test/src/main/java/org/lambico/test/spring/MailSenderMock.java
Thu Jan 7 09:56:19 2010
+++ /lambico-test/src/main/java/org/lambico/test/spring/MailSenderMock.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
--- /lambico-test/src/main/java/org/lambico/test/spring/Utils.java Thu Jan
7 09:56:19 2010
+++ /lambico-test/src/main/java/org/lambico/test/spring/Utils.java Tue Dec
13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
---
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/DBTest.java
Sat Feb 6 03:14:05 2010
+++
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/DBTest.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
---
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/DaoUtils.java
Fri Jan 8 06:55:27 2010
+++
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/DaoUtils.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
---
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/FixtureHelper.java
Mon Mar 21 02:05:37 2011
+++
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/FixtureHelper.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
---
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/package-info.java
Thu Jan 7 09:56:19 2010
+++
/lambico-test/src/main/java/org/lambico/test/spring/hibernate/package-info.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
--- /lambico-test/src/main/java/org/lambico/test/spring/package-info.java
Thu Jan 7 09:56:19 2010
+++ /lambico-test/src/main/java/org/lambico/test/spring/package-info.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
---
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/AuthorTC.java
Thu Jan 7 09:56:19 2010
+++
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/AuthorTC.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
---
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/AuthorTCDao.java
Thu Jan 7 09:56:19 2010
+++
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/AuthorTCDao.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
---
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/BookTC.java
Thu Jan 7 09:56:19 2010
+++
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/BookTC.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
---
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/BookTCDao.java
Thu Jan 7 09:56:19 2010
+++
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/BookTCDao.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
---
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/DemoBean.java
Thu Jan 7 09:56:19 2010
+++
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/DemoBean.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
---
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/FixtureHelperTest.java
Thu Jan 7 09:56:19 2010
+++
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/FixtureHelperTest.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
---
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/UtilsTest.java
Thu Jan 7 09:56:19 2010
+++
/lambico-test/src/test/java/org/lambico/test/spring/hibernate/UtilsTest.java
Tue Dec 13 13:34:32 2011
@@ -1,7 +1,7 @@
/**
* Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
*
- * This file is part of Lambico test.
+ * This file is part of Lambico Test.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
=======================================
--- /lambico-test/src/test/resources/fixtures/AuthorTC.yml Thu Jan 7
09:56:19 2010
+++ /lambico-test/src/test/resources/fixtures/AuthorTC.yml Tue Dec 13
13:34:32 2011
@@ -1,7 +1,7 @@
#
# Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
#
-# This file is part of Lambico test.
+# This file is part of Lambico Test.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
=======================================
--- /lambico-test/src/test/resources/fixtures/BookTC.yml Thu Jan 7
09:56:19 2010
+++ /lambico-test/src/test/resources/fixtures/BookTC.yml Tue Dec 13
13:34:32 2011
@@ -1,7 +1,7 @@
#
# Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
#
-# This file is part of Lambico test.
+# This file is part of Lambico Test.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
=======================================
--- /lambico-test/src/test/resources/fixtures/DemoBean.yml Thu Jan 7
09:56:19 2010
+++ /lambico-test/src/test/resources/fixtures/DemoBean.yml Tue Dec 13
13:34:32 2011
@@ -1,7 +1,7 @@
#
# Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
#
-# This file is part of Lambico test.
+# This file is part of Lambico Test.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
=======================================
--- /lambico-test/src/test/resources/fixtures/EntityTC.yml Thu Jan 7
09:56:19 2010
+++ /lambico-test/src/test/resources/fixtures/EntityTC.yml Tue Dec 13
13:34:32 2011
@@ -1,7 +1,7 @@
#
# Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
#
-# This file is part of Lambico test.
+# This file is part of Lambico Test.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
=======================================
--- /lambico-test/src/test/resources/fixtures/String.yml Thu Jan 7
09:56:19 2010
+++ /lambico-test/src/test/resources/fixtures/String.yml Tue Dec 13
13:34:32 2011
@@ -1,7 +1,7 @@
#
# Copyright (C) 2009 Lambico Team <lucio.b...@gmail.com>
#
-# This file is part of Lambico test.
+# This file is part of Lambico Test.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
==============================================================================
Revision: 2ccb17db13da
Author: Michele Franzin <michele...@gmail.com>
Date: Tue Dec 13 13:37:52 2011
Log: maven3 friendly build, update license checking plugin
http://code.google.com/p/lambico/source/detail?r=2ccb17db13da
Modified:
/lambico-spring/pom.xml
/pom.xml
=======================================
--- /lambico-spring/pom.xml Mon Apr 4 23:31:21 2011
+++ /lambico-spring/pom.xml Tue Dec 13 13:37:52 2011
@@ -73,4 +73,18 @@
<scope>runtime</scope>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.mycila.maven-license-plugin</groupId>
+ <artifactId>maven-license-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/META-INF/spring.handlers</exclude>
+ <exclude>**/META-INF/spring.schemas</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
=======================================
--- /pom.xml Fri Apr 29 20:50:22 2011
+++ /pom.xml Tue Dec 13 13:37:52 2011
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.parancoe</groupId>
<artifactId>parancoe-yaml</artifactId>
- <version>2.0.2</version>
+ <version>3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
@@ -167,6 +167,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2.1</version>
<configuration>
<descriptors>
<descriptor>src/assembly/bin.xml</descriptor>
@@ -175,7 +176,9 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
@@ -185,6 +188,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.10</version>
<configuration>
<skip>false</skip>
<useFile>true</useFile>
@@ -194,16 +198,21 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
+ <version>2.5</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
+ <inherited>true</inherited>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
- <version>1.5.0</version>
+ <version>1.9.0</version>
<configuration>
+ <strictCheck>true</strictCheck>
+ <aggregate>false</aggregate>
<header>${main.basedir}/LICENSE_HEADER</header>
<excludes>
<exclude>target/**</exclude>
@@ -213,9 +222,12 @@
<exclude>nb-configuration.xml</exclude>
<exclude>nbactions.xml</exclude>
<exclude>profiles.xml</exclude>
+ <exclude>catalog.xml</exclude>
<exclude>**/*.svg</exclude>
<exclude>**/testdata/UTF8WithPreamble.txt</exclude>
<exclude>**/testdata/UTF8WithoutPreamble.txt</exclude>
+ <exclude>.hgtags</exclude>
+ <exclude>.hgignore</exclude>
</excludes>
<properties>
<name>${project.name}</name>
@@ -237,22 +249,6 @@
</execution>
</executions>
</plugin>
- <!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>1.0-alpha-4</version>
- <executions>
- <execution>
- <id>sign-artifacts</id>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- -->
</plugins>
</build>
<reporting>
@@ -260,10 +256,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.8</version>
<configuration>
<configLocation>${main.basedir}/lambico_checks.xml</configLocation>
<headerLocation>${main.basedir}/LICENSE_HEADER</headerLocation>
@@ -273,11 +271,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
+ <version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>2.2</version>
+ <version>3.0</version>
</plugin>
</plugins>
</reporting>
@@ -414,7 +413,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
- <version>1.0-alpha-4</version>
+ <version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>