mirror of https://github.com/pf4j/pf4j.git
Tyler Hawkes
7 years ago
committed by
Decebal Suiu
7 changed files with 61 additions and 316 deletions
@ -1,37 +0,0 @@ |
|||||||
<!-- |
|
||||||
Describes the plugin archive |
|
||||||
|
|
||||||
@author Decebal Suiu |
|
||||||
@version 1.0 |
|
||||||
--> |
|
||||||
<assembly> |
|
||||||
<id>plugin</id> |
|
||||||
<formats> |
|
||||||
<format>zip</format> |
|
||||||
</formats> |
|
||||||
<includeBaseDirectory>false</includeBaseDirectory> |
|
||||||
<dependencySets> |
|
||||||
<dependencySet> |
|
||||||
<useProjectArtifact>false</useProjectArtifact> |
|
||||||
<scope>runtime</scope> |
|
||||||
<outputDirectory>lib</outputDirectory> |
|
||||||
<includes> |
|
||||||
<include>*:jar:*</include> |
|
||||||
</includes> |
|
||||||
</dependencySet> |
|
||||||
</dependencySets> |
|
||||||
<!-- |
|
||||||
<fileSets> |
|
||||||
<fileSet> |
|
||||||
<directory>target/classes</directory> |
|
||||||
<outputDirectory>classes</outputDirectory> |
|
||||||
</fileSet> |
|
||||||
</fileSets> |
|
||||||
--> |
|
||||||
<fileSets> |
|
||||||
<fileSet> |
|
||||||
<directory>target/plugin-classes</directory> |
|
||||||
<outputDirectory>classes</outputDirectory> |
|
||||||
</fileSet> |
|
||||||
</fileSets> |
|
||||||
</assembly> |
|
@ -1,37 +0,0 @@ |
|||||||
<!-- |
|
||||||
Describes the plugin archive |
|
||||||
|
|
||||||
@author Decebal Suiu |
|
||||||
@version 1.0 |
|
||||||
--> |
|
||||||
<assembly> |
|
||||||
<id>plugin</id> |
|
||||||
<formats> |
|
||||||
<format>zip</format> |
|
||||||
</formats> |
|
||||||
<includeBaseDirectory>false</includeBaseDirectory> |
|
||||||
<dependencySets> |
|
||||||
<dependencySet> |
|
||||||
<useProjectArtifact>false</useProjectArtifact> |
|
||||||
<scope>runtime</scope> |
|
||||||
<outputDirectory>lib</outputDirectory> |
|
||||||
<includes> |
|
||||||
<include>*:jar:*</include> |
|
||||||
</includes> |
|
||||||
</dependencySet> |
|
||||||
</dependencySets> |
|
||||||
<!-- |
|
||||||
<fileSets> |
|
||||||
<fileSet> |
|
||||||
<directory>target/classes</directory> |
|
||||||
<outputDirectory>classes</outputDirectory> |
|
||||||
</fileSet> |
|
||||||
</fileSets> |
|
||||||
--> |
|
||||||
<fileSets> |
|
||||||
<fileSet> |
|
||||||
<directory>target/plugin-classes</directory> |
|
||||||
<outputDirectory>classes</outputDirectory> |
|
||||||
</fileSet> |
|
||||||
</fileSets> |
|
||||||
</assembly> |
|
Loading…
Reference in new issue