mirror of https://github.com/apache/openjpa.git
OPENJPA-1459: Rename to binaries-nodocs and remove dead code in pom.xml
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1516681 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4397b003cb
commit
ea05b25d46
|
@ -18,7 +18,7 @@
|
|||
under the License.
|
||||
-->
|
||||
<assembly>
|
||||
<id>all</id>
|
||||
<id>binary</id>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
under the License.
|
||||
-->
|
||||
<assembly>
|
||||
<id>binaries</id>
|
||||
<id>binary-nodocs</id>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
|
|
|
@ -151,18 +151,6 @@
|
|||
<workDirectory>target/work</workDirectory>
|
||||
</configuration>
|
||||
</execution>
|
||||
<!--<execution>-->
|
||||
<!--<id>sources</id>-->
|
||||
<!--<phase>package</phase>-->
|
||||
<!--<goals>-->
|
||||
<!--<goal>attached</goal>-->
|
||||
<!--</goals>-->
|
||||
<!--<configuration>-->
|
||||
<!--<descriptor>source-assembly.xml</descriptor>-->
|
||||
<!--<outputDirectory>${openjpa.assembly.outputDirectory}</outputDirectory>-->
|
||||
<!--<workDirectory>target/work</workDirectory>-->
|
||||
<!--</configuration>-->
|
||||
<!--</execution>-->
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
|
|
Loading…
Reference in New Issue