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
    • c025a2e
    • /
    • snowdrop-1.2.0.Final
    • /
    • 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:9cf603a756d29f2ae62f534b2e69ad4cf858bf1a
    directory badge
    swh:1:dir:e4d545fa6ae93f36866f40c1ce9b35092c197cdf
    snapshot badge
    swh:1:snp:79ad6c3d9f9fedc45417fc217714b1181c370e9d
    release badge
    swh:1:rel:81bf572282b740694035dd6f9df855f9790c0c76

    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</version>
        </parent>
        <groupId>org.jboss.snowdrop</groupId>
        <artifactId>snowdrop-parent</artifactId>
        <version>1.2.0.Final</version>
        <packaging>pom</packaging>
        <name>Snowdrop Parent POM</name>
        <url>http://jboss.org/snowdrop</url>
        <description>Snowdrop</description>
    
        <scm>
            <connection>scm:git:git@github.com:snowdrop/snowdrop.git</connection>
            <developerConnection>scm:git:git@github.com:snowdrop/snowdrop.git</developerConnection>
            <url>scm:git@github.com:git:snowdrop/snowdrop.git</url>
        </scm>
    
        <modules>
            <module>cluster</module>
            <module>deployers</module>
            <module>facade</module>
            <module>namespace</module>
            <module>vfs</module>
            <module>weaving</module>
            <module>build</module>
            <module>deployer-assembly</module>
        </modules>
    
        <properties>
            <version.jboss.vfs>2.1.3.SP1</version.jboss.vfs>
            <version.jboss.man>2.1.1.GA</version.jboss.man>
            <version.jboss.mdr>2.0.2.GA</version.jboss.mdr>
            <version.jboss.reflect>2.0.2.GA</version.jboss.reflect>
            <version.jboss.microcontainer>2.0.9.GA</version.jboss.microcontainer>
            <version.jboss.classloader>2.0.7.CR2</version.jboss.classloader>
            <version.jboss.deployers>2.0.8.SP1</version.jboss.deployers>
            <version.jboss.common.core>2.2.16.GA</version.jboss.common.core>
            <version.jboss.common.logging.spi>2.0.5.GA</version.jboss.common.logging.spi>
            <version.jboss.common.logging.log4j>2.0.5.GA</version.jboss.common.logging.log4j>
            <version.jbossxb>2.0.1.GA</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>2.5.6.SEC02</version.spring>
        </properties>
    
        <build>
            <finalName>${project.artifactId}</finalName>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <version>2.1</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.1</version>
                    <configuration>
                        <generateReleasePoms>false</generateReleasePoms>
                        <pushChanges>false</pushChanges>
                        <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>javax.transaction</groupId>
                    <artifactId>jta</artifactId>
                    <version>1.1</version>
                    <scope>provided</scope>
                </dependency>
                <dependency>
                    <groupId>org.jboss.microcontainer</groupId>
                    <artifactId>jboss-dependency</artifactId>
                    <version>${version.jboss.microcontainer}</version>
                    <scope>provided</scope>
                </dependency>
                <dependency>
                    <groupId>org.jboss.microcontainer</groupId>
                    <artifactId>jboss-kernel</artifactId>
                    <version>${version.jboss.microcontainer}</version>
                    <scope>provided</scope>
                </dependency>
                <dependency>
                    <groupId>org.jboss.microcontainer</groupId>
                    <artifactId>jboss-aop-mc-int</artifactId>
                    <version>${version.jboss.microcontainer}</version>
                    <scope>provided</scope>
                </dependency>
                <dependency>
                    <groupId>org.jboss.microcontainer</groupId>
                    <artifactId>jboss-guice-int</artifactId>
                    <version>${version.jboss.microcontainer}</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</artifactId>
                    <version>${version.jboss.deployers}</version>
                    <type>test-jar</type>
                    <scope>test</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-jms</artifactId>
                    <version>${version.spring}</version>
                </dependency>
                <dependency>
                    <groupId>org.springframework</groupId>
                    <artifactId>spring-tx</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>
                    <scope>provided</scope>
                </dependency>
                <dependency>
                    <groupId>org.jboss</groupId>
                    <artifactId>jboss-reflect</artifactId>
                    <version>${version.jboss.reflect}</version>
                    <scope>provided</scope>
                </dependency>
                <dependency>
                    <groupId>org.jboss.cache</groupId>
                    <artifactId>jbosscache-pojo</artifactId>
                    <version>${version.jboss.pojocache}</version>
                    <scope>provided</scope>
                </dependency>
                <dependency>
                    <groupId>org.jboss.cache</groupId>
                    <artifactId>jbosscache-core</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>
    
    </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