You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
747 B
29 lines
747 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<Resource> |
|
<ID></ID> |
|
<Type>Service</Type> |
|
<Profile> |
|
<Description>${description}</Description> |
|
<Class>DataAccess</Class> |
|
<Name>${artifactId}</Name> |
|
<Version>1.0.0</Version> |
|
<Packages> |
|
<Software> |
|
<Description>${description}</Description> |
|
<Name>${artifactId}</Name> |
|
<Version>${version}</Version> |
|
<MavenCoordinates> |
|
<groupId>${groupId}</groupId> |
|
<artifactId>${artifactId}</artifactId> |
|
<version>${version}</version> |
|
</MavenCoordinates> |
|
<Type>library</Type> |
|
<Files> |
|
<File>${build.finalName}.jar</File> |
|
</Files> |
|
</Software> |
|
</Packages> |
|
</Profile> |
|
</Resource> |
|
|
|
|
|
|