Skip to content

Commit

Permalink
[JBEE-218] restore original javadoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Aug 27, 2019
1 parent eea5f5e commit a79a29d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions api/pom.xml
Expand Up @@ -145,6 +145,27 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doctitle>Jakarta Concurrency ${project.version} specification</doctitle>
<bottom>
<![CDATA[Copyright (c) 2019 Eclipse Foundation.
Use is subject to
<a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.
]]>
</bottom>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit a79a29d

Please sign in to comment.