File: pom.xml

package info (click to toggle)
libjboss-classloader-java 2.0.0~Beta12-1
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 2,340 kB
  • ctags: 2,743
  • sloc: java: 21,769; xml: 1,220; makefile: 19; sh: 12
file content (52 lines) | stat: -rw-r--r-- 1,662 bytes parent folder | download
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
40
41
42
43
44
45
46
47
48
49
50
51
52
<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.jboss</groupId>
    <artifactId>jboss-parent</artifactId>
    <version>4-beta-2</version>
  </parent>
  <groupId>org.jboss.cl</groupId>
  <artifactId>jboss-cl-aggregator</artifactId>
  <version>2.0.0.Beta12</version>
  <packaging>pom</packaging>
  <name>JBoss ClassLoader Aggregator</name>
  <url>http://www.jboss.com/products/jbossmc</url>
  <description>
    JBoss ClassLoader
  </description>
  <scm>
    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-cl/tags/2.0.0.Beta12</connection>
  </scm>

  <modules>
    <module>build</module>
    <module>classloader</module>
    <module>classloading</module>
    <module>classloading-vfs</module>
  </modules>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <version>2.0-beta-7</version>
        <configuration>
          <generateReleasePoms>false</generateReleasePoms>
          <tagBase>https://svn.jboss.org/repos/jbossas/projects/jboss-cl/tags</tagBase>
          <autoVersionSubmodules>true</autoVersionSubmodules>
        </configuration>
      </plugin>
    </plugins>
  </build>
  
  <profiles>
    <profile>
      <id>eclipse</id>
      <build>
        <defaultGoal>process-test-resources</defaultGoal>
      </build>
    </profile>
  </profiles>

</project>