File: pom.xml

package info (click to toggle)
libjboss-vfs-java 2.0.1.GA-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,408 kB
  • ctags: 2,651
  • sloc: java: 20,091; xml: 273; sh: 12; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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>
    <name>web_pkg_scope parent</name>
    <groupId>org.jboss.vfs</groupId>
    <artifactId>web_pkg_scope</artifactId>
    <version>1.0-SNAPSHOT</version>
    <packaging>pom</packaging>
    <modules>
        <module>ear</module>
        <module>war</module>
    </modules>
</project>