-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetainfo.xml
More file actions
33 lines (32 loc) · 1.18 KB
/
metainfo.xml
File metadata and controls
33 lines (32 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<metainfo>
<schemaVersion>2.0</schemaVersion>
<services>
<service>
<name>MAVEN_NEXUS</name>
<displayName>Maven Nexus</displayName>
<comment>Nexus is an open source Web interface for maven repository manager</comment>
<version>3.6.0</version>
<!-- components -->
<components>
<component>
<name>NEXUS_SERVER</name>
<displayName>Nexus Server</displayName>
<category>MASTER</category>
<cardinality>1</cardinality>
<commandScript>
<script>scripts/nexus.server.py</script>
<scriptType>PYTHON</scriptType>
<timeout>1200</timeout>
</commandScript>
</component>
</components>
<osSpecifics>
<osSpecific>
<osFamily>any</osFamily>
</osSpecific>
</osSpecifics>
<restartRequiredAfterChange>true</restartRequiredAfterChange>
</service>
</services>
</metainfo>