added an assembly and javadoc descriptor for maven.
This commit is contained in:
parent
e6629947d0
commit
685710b124
21
wsf/src/main/resources/assembly-descriptor.xml
Normal file
21
wsf/src/main/resources/assembly-descriptor.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<assembly>
|
||||
<id>release</id>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<includes>
|
||||
<include>README*</include>
|
||||
<include>LICENSE*</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>target</directory>
|
||||
<outputDirectory></outputDirectory>
|
||||
<includes>
|
||||
<include>wsf-*.jar</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
18
wsf/src/main/resources/javadoc-descriptor.xml
Normal file
18
wsf/src/main/resources/javadoc-descriptor.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<archive>
|
||||
<addMavenDescriptor>true</addMavenDescriptor>
|
||||
<compress/>
|
||||
<forced/>
|
||||
<index/>
|
||||
<manifest>
|
||||
<addClasspath/>
|
||||
<addDefaultImplementationEntries/>
|
||||
<addDefaultSpecificationEntries/>
|
||||
<addExtensions/>
|
||||
<classpathMavenRepositoryLayout/>
|
||||
<classpathPrefix/>
|
||||
<mainClass/>
|
||||
<packageName/>
|
||||
</manifest>
|
||||
<manifestFile/>
|
||||
<pomPropertiesFile/>
|
||||
</archive>
|
Loading…
Reference in New Issue
Block a user