refa descriptor of web
This commit is contained in:
parent
b279ff1706
commit
1b55034aa7
|
@ -1,29 +1,24 @@
|
||||||
publish tar.gz false lib false false runtime target/bench4q-master.jar /
|
<assembly
|
||||||
This XML file does not appear to have any style information associated with it. The document tree is shown below.
|
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
|
||||||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
<id>publish</id>
|
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
|
||||||
<formats>
|
<id>publish</id>
|
||||||
<format>tar.gz</format>
|
<formats>
|
||||||
</formats>
|
<format>tar.gz</format>
|
||||||
<formats>...</formats>
|
</formats>
|
||||||
<includeBaseDirectory>false</includeBaseDirectory>
|
<includeBaseDirectory>false</includeBaseDirectory>
|
||||||
<dependencySets>
|
<dependencySets>
|
||||||
<dependencySet>
|
<dependencySet>
|
||||||
<outputDirectory>lib</outputDirectory>
|
<outputDirectory>lib</outputDirectory>
|
||||||
<useProjectArtifact>false</useProjectArtifact>
|
<useProjectArtifact>false</useProjectArtifact>
|
||||||
<unpack>false</unpack>
|
<unpack>false</unpack>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependencySet>
|
</dependencySet>
|
||||||
<dependencySet>...</dependencySet>
|
</dependencySets>
|
||||||
</dependencySets>
|
<files>
|
||||||
<dependencySets>...</dependencySets>
|
<file>
|
||||||
<files>
|
<source>target/bench4q-master.jar</source>
|
||||||
<file>
|
<outputDirectory>/</outputDirectory>
|
||||||
<source>target/bench4q-master.jar</source>
|
</file>
|
||||||
<outputDirectory>/</outputDirectory>
|
</files>
|
||||||
</file>
|
|
||||||
<file>...</file>
|
|
||||||
</files>
|
|
||||||
<files>...</files>
|
|
||||||
</assembly>
|
</assembly>
|
||||||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">...</assembly>
|
|
Loading…
Reference in New Issue