Skip to content

Commit e05f4e6

Browse files
committed
Fix handling of maven aggregator pom (no artifact or attachments) based projects and nexus (which doesn't allow empty artifacts).
Update to use header instead of not deploying any catalog; Extract GAV coordinate creation into helper factory (+1 squashed commit) Squashed commits: [5624233] Fix handling of maven aggregator pom (no artifact or attachments) based projects and nexus (which doesn't allow empty artifacts). Remove assumption that empty non-pom projects are invalid reusing same behaviour (+3 squashed commits) Squashed commits: [5aac3f6] Ensure result of file operations are checked and logged for debugging purposes [115d257] Minor code optimisations based on project java code level [2634b62] Fix handling of maven aggregator pom (no artifact or attachments) based projects and nexus (which doesn't allow empty artifacts).
1 parent 3c73ebf commit e05f4e6

File tree

3 files changed

+251
-114
lines changed

3 files changed

+251
-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)