[jscover] 04/69: Fix 'mvn deploy' source/target problem with maven 3.0.5 on Linux

Sylvestre Ledru sylvestre at moszumanska.debian.org
Fri Aug 22 05:54:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository jscover.

commit 0b64108880d92e63e37ec0aeb91741926317fe71
Author: tntim96 <tntim96 at gmail.com>
Date:   Wed Jun 4 19:27:16 2014 +1000

    Fix 'mvn deploy' source/target problem with maven 3.0.5 on Linux
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 09965ef..b6c36a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,14 @@ http://github.com/tntim96/rhino/
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <configuration>
                     <enableRulesSummary>false</enableRulesSummary>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jscover.git



More information about the pkg-java-commits mailing list