Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Staging
v0.17.7
swh:1:snp:79ad6c3d9f9fedc45417fc217714b1181c370e9d
  • Code
  • Branches (0)
  • Releases (25)
    • Branches
    • Releases
      • 4.0.0.Final
      • 4.0.0.Final
      • 3.1.2.Final
      • 3.1.1.Final
      • 3.1.0.Final
      • 3.0.3.Final
      • 3.0.2.Final
      • 3.0.1.Final
      • 2.1.1.Final
      • 2.1.0.Final
      • 2.0.5.Final
      • 2.0.4.Final
      • 2.0.3.Final
      • 2.0.2.Final
      • 2.0.1.Final
      • 2.0.0.Final
      • 2.0.0.CR1
      • 2.0.0.Alpha1
      • 2.0.0-M1-SP1
      • 2.0.0-M1
      • 1.2.0.Final
      • 1.2.0.CR1
      • 1.1.0.GA
      • 1.0.1.GA
      • 1.0.1-CR1
      • 1.0.0.CR2
    • d00326b
    • /
    • snowdrop-2.0.0-M1
    • /
    • pom.xml
    Raw File Download

    To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
    Select below a type of object currently browsed in order to display its associated SWHID and permalink.

    • content
    • directory
    • snapshot
    • release
    content badge
    swh:1:cnt:22891c62c4da9ab22b5c016624603d7c288ffee0
    directory badge
    swh:1:dir:3b8f3dfc83ffb29426081b0b553b3c310f7bd27b
    snapshot badge
    swh:1:snp:79ad6c3d9f9fedc45417fc217714b1181c370e9d
    release badge
    swh:1:rel:9bf7df3fee7d7232b407597298c6b5bb211f5647

    This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
    Select below a type of object currently browsed in order to generate citations for them.

    • content
    • directory
    • snapshot
    • release
    (requires biblatex-software package)
    Generating citation ...
    (requires biblatex-software package)
    Generating citation ...
    (requires biblatex-software package)
    Generating citation ...
    (requires biblatex-software package)
    Generating citation ...
    pom.xml
    <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>5-beta-5</version>
      </parent>
      <groupId>org.jboss.snowdrop</groupId>
      <artifactId>snowdrop-parent</artifactId>
      <version>2.0.0-M1</version>
      <packaging>pom</packaging>
      <name>Snowdrop Parent POM</name>
      <url>http://www.jboss.com/products/jbossmc</url>
      <description>Snowdrop</description>
      <scm>
        <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/snowdrop/tags/2.0.0-M1</connection>
        <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/snowdrop/tags/2.0.0-M1</developerConnection>
        <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/snowdrop/tags/2.0.0-M1</url>
      </scm>
    
      <modules>
        <module>aop</module>
        <module>cluster</module>
        <module>deployers</module>
        <module>facade</module>
        <module>vfs</module>
        <module>weaving</module>
        <module>build</module>
          <module>deployer-assembly</module>
          <!-- module>extensions</module -->
      </modules>
    
      <properties>
        <version.jboss.vfs>3.0.0.CR1</version.jboss.vfs>
        <version.jboss.man>2.1.0.GA</version.jboss.man>
        <version.jboss.mdr>2.2.0.Alpha1</version.jboss.mdr>
        <version.jboss.kernel>2.2.0.Alpha6</version.jboss.kernel>
        <version.jboss.classloader>2.2.0.Alpha3</version.jboss.classloader>
        <version.jboss.deployers>2.2.0.Alpha2</version.jboss.deployers>
        <version.jboss.common.core>2.2.17.GA</version.jboss.common.core>
        <version.jboss.common.logging.spi>2.1.0.GA</version.jboss.common.logging.spi>
        <version.jboss.common.logging.log4j>2.1.0.GA</version.jboss.common.logging.log4j>
        <version.jbossxb>2.0.2.Beta4</version.jbossxb>
        <version.jboss.aop>2.0.1.GA</version.jboss.aop>
        <version.jboss.pojocache>3.0.0.GA</version.jboss.pojocache>
        <version.org.jboss.test>1.0.5.GA</version.org.jboss.test>
        <version.junit>4.4</version.junit>
        <version.javassist>3.11.0.GA</version.javassist>
        <version.javaee>3.0.0.GA</version.javaee>
        <version.xerces>2.9.1</version.xerces>
        <version.aopalliance>1.0</version.aopalliance>
        <version.spring>3.0.1.RELEASE</version.spring>
      </properties>
    
      <build>
        <outputDirectory>${microcontainer.outputDirectory}</outputDirectory>
        <testOutputDirectory>${microcontainer.testOutputDirectory}</testOutputDirectory>
        <finalName>${artifactId}</finalName>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <version>2.0.2</version>
            <configuration>
              <source>1.5</source>
              <target>1.5</target>
              <showDeprecation>true</showDeprecation>
              <showWarnings>true</showWarnings>
              <optimize>true</optimize>
            </configuration>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-release-plugin</artifactId>
            <version>2.0-beta-9</version>
            <configuration>
              <generateReleasePoms>false</generateReleasePoms>
              <tagBase>https://svn.jboss.org/repos/jbossas/projects/snowdrop/tags</tagBase>
              <autoVersionSubmodules>true</autoVersionSubmodules>
            </configuration>
          </plugin>
        </plugins>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-assembly-plugin</artifactId>
              <executions>
                <execution>
                  <id>make-assembly</id>
                  <phase>package</phase>
                  <goals>
                    <goal>single</goal>
                  </goals>
                </execution>
                 <execution>
                  <id>make-assembly-no-deps</id>
                  <phase>package</phase>
                  <goals>
                    <goal>single</goal>
                  </goals>
                </execution>
              </executions>
            </plugin>
            <plugin>
              <artifactId>maven-idea-plugin</artifactId>
              <configuration>
                <downloadSources>true</downloadSources>
              </configuration>
            </plugin>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-jar-plugin</artifactId>
              <version>2.2</version>
            </plugin>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-surefire-plugin</artifactId>
              <version>2.4.3</version>
              <configuration>
                <redirectTestOutputToFile>true</redirectTestOutputToFile>
                <includes>
                  <include>org/jboss/**/*TestCase.java</include>
                </includes>
              </configuration>
            </plugin>
          </plugins>
        </pluginManagement>
      </build>
    
      <repositories>
        <repository>
          <id>repository.jboss.org</id>
          <name>JBoss Repository</name>
          <layout>default</layout>
          <url>http://repository.jboss.org/maven2/</url>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
        </repository>
        <repository>
          <id>snapshots.jboss.org</id>
          <name>JBoss Snapshots Repository</name>
          <layout>default</layout>
          <url>http://snapshots.jboss.org/maven2/</url>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
          <releases>
            <enabled>false</enabled>
          </releases>
        </repository>
      </repositories>
    
      <dependencyManagement>
        <!-- The parent pom manages the inter-dependencies of the modules. -->
        <dependencies>
    
          <dependency>
            <groupId>org.jboss.snowdrop</groupId>
            <artifactId>snowdrop-cluster</artifactId>
            <version>${project.version}</version>
          </dependency>
          <dependency>
            <groupId>org.jboss.snowdrop</groupId>
            <artifactId>snowdrop-deployers</artifactId>
            <version>${project.version}</version>
          </dependency>
          <dependency>
            <groupId>org.jboss.snowdrop</groupId>
            <artifactId>snowdrop-facade</artifactId>
            <version>${project.version}</version>
          </dependency>
          <dependency>
            <groupId>org.jboss.snowdrop</groupId>
            <artifactId>snowdrop-vfs</artifactId>
            <version>${project.version}</version>
          </dependency>
          <dependency>
            <groupId>org.jboss.snowdrop</groupId>
            <artifactId>snowdrop-weaving</artifactId>
            <version>${project.version}</version>
          </dependency>
            <!-- dependency>
              <groupId>org.jboss.snowdrop</groupId>
              <artifactId>snowdrop-extensions</artifactId>
              <version>${project.version}</version>
            </dependency -->
    
    
          <dependency>
            <groupId>org.jboss.kernel</groupId>
            <artifactId>jboss-dependency</artifactId>
            <version>${version.jboss.kernel}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.kernel</groupId>
            <artifactId>jboss-kernel</artifactId>
            <version>${version.jboss.kernel}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.kernel</groupId>
            <artifactId>jboss-aop-mc-int</artifactId>
            <version>${version.jboss.kernel}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.kernel</groupId>
            <artifactId>jboss-spring-int</artifactId>
            <version>${version.jboss.kernel}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.kernel</groupId>
            <artifactId>jboss-guice-int</artifactId>
            <version>${version.jboss.kernel}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.deployers</groupId>
            <artifactId>jboss-deployers-client</artifactId>
            <version>${version.jboss.deployers}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.deployers</groupId>
            <artifactId>jboss-deployers-client-spi</artifactId>
            <version>${version.jboss.deployers}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.deployers</groupId>
            <artifactId>jboss-deployers-core-spi</artifactId>
            <version>${version.jboss.deployers}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.deployers</groupId>
            <artifactId>jboss-deployers-impl</artifactId>
            <version>${version.jboss.deployers}</version>
            <exclusions>
              <exclusion>
                <groupId>org.jboss</groupId>
                <artifactId>javassist</artifactId>
              </exclusion>
            </exclusions>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.deployers</groupId>
            <artifactId>jboss-deployers-spi</artifactId>
            <version>${version.jboss.deployers}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.deployers</groupId>
            <artifactId>jboss-deployers-structure-spi</artifactId>
            <version>${version.jboss.deployers}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.deployers</groupId>
            <artifactId>jboss-deployers-vfs</artifactId>
            <version>${version.jboss.deployers}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.deployers</groupId>
            <artifactId>jboss-deployers-vfs-spi</artifactId>
            <version>${version.jboss.deployers}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.cl</groupId>
            <artifactId>jboss-classloader</artifactId>
            <version>${version.jboss.classloader}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.cl</groupId>
            <artifactId>jboss-classloading</artifactId>
            <version>${version.jboss.classloader}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.cl</groupId>
            <artifactId>jboss-classloading-vfs</artifactId>
            <version>${version.jboss.classloader}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.man</groupId>
            <artifactId>jboss-managed</artifactId>
            <version>${version.jboss.man}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.man</groupId>
            <artifactId>jboss-metatype</artifactId>
            <version>${version.jboss.man}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss</groupId>
            <artifactId>jboss-mdr</artifactId>
            <version>${version.jboss.mdr}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss</groupId>
            <artifactId>jboss-common-core</artifactId>
            <version>${version.jboss.common.core}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging-spi</artifactId>
            <version>${version.jboss.common.logging.spi}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging-log4j</artifactId>
            <version>${version.jboss.common.logging.log4j}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss</groupId>
            <artifactId>jbossxb</artifactId>
            <version>${version.jbossxb}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss</groupId>
            <artifactId>jboss-vfs</artifactId>
            <version>${version.jboss.vfs}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.aop</groupId>
            <artifactId>jboss-aop</artifactId>
            <version>${version.jboss.aop}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss</groupId>
            <artifactId>javassist</artifactId>
            <version>${version.javassist}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.javaee</groupId>
            <artifactId>jboss-ejb-api</artifactId>
            <version>${version.javaee}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>apache-xerces</groupId>
            <artifactId>xml-apis</artifactId>
            <version>${version.xerces}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>aopalliance</groupId>
            <artifactId>aopalliance</artifactId>
            <version>${version.aopalliance}</version>
          </dependency>
          <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
            <version>${version.spring}</version>
          </dependency>
          <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
            <version>${version.spring}</version>
          </dependency>
          <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <version>${version.spring}</version>
          </dependency>
          <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-aop</artifactId>
            <version>${version.spring}</version>
          </dependency>
          <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
            <version>${version.spring}</version>
          </dependency>
          <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
            <version>${version.spring}</version>
          </dependency>
          <dependency>
            <groupId>org.jboss.cache</groupId>
            <artifactId>jbosscache-pojo</artifactId>
            <version>${version.jboss.pojocache}</version>
            <scope>provided</scope>
          </dependency>
          <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <scope>provided</scope>
            <version>2.3</version>
          </dependency>
          <!-- test dependencies -->
          <dependency>
            <groupId>org.jboss</groupId>
            <artifactId>jboss-test</artifactId>
            <version>${version.org.jboss.test}</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>${version.junit}</version>
            <scope>test</scope>
          </dependency>
        </dependencies>
      </dependencyManagement>
    
      <profiles>
        <profile>
          <id>default</id>
          <activation>
            <activeByDefault>true</activeByDefault>
          </activation>
          <properties>
            <microcontainer.outputDirectory>target/classes</microcontainer.outputDirectory>
            <microcontainer.testOutputDirectory>target/test-classes</microcontainer.testOutputDirectory>
          </properties>
        </profile>
        <profile>
          <id>eclipse</id>
          <build>
            <defaultGoal>process-test-resources</defaultGoal>
            <plugins>
              <plugin>
                <artifactId>maven-eclipse-plugin</artifactId>
                <executions>
                  <execution>
                    <id>eclipse</id>
                    <phase>process-test-resources</phase>
                    <goals>
                      <goal>eclipse</goal>
                    </goals>
                  </execution>
                </executions>
                <configuration>
                  <downloadSources>true</downloadSources>
                  <buildOutputDirectory>${microcontainer.outputDirectory}</buildOutputDirectory>
                </configuration>
              </plugin>
            </plugins>
          </build>
          <properties>
            <microcontainer.outputDirectory>eclipse-target/classes</microcontainer.outputDirectory>
            <microcontainer.testOutputDirectory>eclipse-target/test-classes</microcontainer.testOutputDirectory>
          </properties>
        </profile>
      </profiles>
    
      <distributionManagement>
        <repository>
          <!-- Copy the distribution jar file to a local checkout of the maven repository
            -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
          <id>repository.jboss.org</id>
          <url>file://${maven.repository.root}</url>
        </repository>
      </distributionManagement>
    
    </project>
    

    back to top

    Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
    The source code of Software Heritage itself is available on our development forge.
    The source code files archived by Software Heritage are available under their own copyright and licenses.
    Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API