Skip to content

Commit

Permalink
Creating empty javadoc archive in order to pass Nexus Staging Rules (#43
Browse files Browse the repository at this point in the history
)
  • Loading branch information
cjmamo authored Aug 13, 2020
1 parent 31a09ac commit ebf3ca0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion edifact-schemas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,18 @@
<version>3.2.0</version>
<executions>
<execution>
<id>default-jar</id>
<id>javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classesDirectory>${project.build.directory}/classes/apidocs</classesDirectory>
<classifier>javadoc</classifier>
</configuration>
</execution>
<execution>
<id>d00a-schemas-jar</id>
<phase>package</phase>
<configuration>
<classesDirectory>${project.build.directory}/classes</classesDirectory>
Expand Down

0 comments on commit ebf3ca0

Please sign in to comment.