Skip to content

Commit 3ec1c8c

Browse files
authored
Merge pull request #77 from ukcrpb6/feature/fix-nexus-pom-project-handling
Fix handling of maven aggregator projects with no attachments
2 parents 3c73ebf + 631b664 commit 3ec1c8c

File tree

6 files changed

+314
-114
lines changed

6 files changed

+314
-114
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
</scm>
5050

5151
<properties>
52+
<maven.compiler.source>1.7</maven.compiler.source>
53+
<maven.compiler.target>1.7</maven.compiler.target>
5254
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5355
</properties>
5456

0 commit comments

Comments
 (0)