Skip to content

Commit

Permalink
Multi release sources (#4366)
Browse files Browse the repository at this point in the history
* Multirelease sources are added in package phase

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos authored and senivam committed Jan 14, 2020
1 parent 78591eb commit da3f1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/wadl-doclet/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -182,7 +182,7 @@
<executions>
<execution>
<id>copy-jdk12-sources</id>
<phase>verify</phase>
<phase>package</phase>
<configuration>
<target>
<property name="sources-jar" value="${java8_11.build.outputDirectory}/${project.artifactId}-${project.version}-sources.jar"/>
Expand Down

0 comments on commit da3f1f9

Please sign in to comment.