forked from opencit/opencit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
39 lines (32 loc) · 1.69 KB
/
pom.xml
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
34
35
36
37
38
39
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.intel.mtwilson</groupId>
<artifactId>mtwilson-maven-build</artifactId>
<version>2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<description>
Mt Wilson is a middleware solution that enables data centers to attest
to the trust of hypervisors and operating systems on multiple devices
including Servers, Clients, Network and Storage components.
The primary purpose of this attestation is for Trust Verification, Remediation, Reporting,
and Compliance in a Data Center and Cloud environments. Whether it is public
cloud, private cloud, hybrid or Enterprise cloud, the Attestation Solution can be
used by Cloud/Virtualization Resource Schedulers, SIEMs, Policy Engines and GRC tools, to
assess and provide an Assurance that the security components on the devices are
protecting the assets executing or stored on the devices.
</description>
<modules>
<module>common</module>
<module>database</module>
<module>desktop</module>
<module>features</module>
<module>installers</module>
<module>integration</module>
<!--<module>maven</module>-->
<module>plugins</module>
<module>portals</module>
<module>services</module>
<module>trust-agent</module>
<module>packages</module>
</modules>
</project>