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.9
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
    • /
    • build
    • /
    • 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:45338d9407a3e9e268e875e09a7375d4e44758fe
    directory badge
    swh:1:dir:6edff56c11de86b7a24f88ac6ca0aca47764dda5
    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">
      <parent>
        <groupId>org.jboss.snowdrop</groupId>
        <artifactId>snowdrop-parent</artifactId>
        <version>2.0.0-M1</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.jboss.snowdrop</groupId>
      <artifactId>snowdrop</artifactId>
      <packaging>pom</packaging>
      <name>Snowdrop Distribution</name>
      <url>http://www.jboss.com/products/jbossmc</url>
      <description>Snowdrop Distribution</description>
    
    
        <profiles>
          <profile>
            <id>dist</id>
            <activation>
              <property>
                <name>!nojars</name>
              </property>
            </activation>
            <build>
              <plugins>
                <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-assembly-plugin</artifactId>
                  <version>2.2-beta-3</version>
                  <executions>
                    <execution>
                      <id>make-assembly</id>
                      <phase>package</phase>
                      <goals>
                        <goal>single</goal>
                      </goals>
                      <configuration>
                        <finalName>snowdrop-${project.version}</finalName>
                        <descriptors>
                          <descriptor>${basedir}/src/assembly/libs-with-deps.xml</descriptor>
                          <descriptor>${basedir}/src/assembly/src.xml</descriptor>
                        </descriptors>
                      </configuration>
                    </execution>
                      <execution>
                        <id>make-assembly-no-deps</id>
                        <phase>package</phase>
                        <goals>
                          <goal>single</goal>
                        </goals>
                        <configuration>
                          <finalName>snowdrop-${project.version}</finalName>
                          <descriptors>
                            <descriptor>${basedir}/src/assembly/libs.xml</descriptor>
                          </descriptors>
                        </configuration>
                      </execution>
                  </executions>
                </plugin>
              </plugins>
            </build>
          </profile>
        </profiles>
        <dependencies>
          <dependency>
            <groupId>org.jboss.snowdrop</groupId>
            <artifactId>snowdrop-vfs</artifactId>
          </dependency>
          <dependency>
            <groupId>org.jboss.snowdrop</groupId>
            <artifactId>snowdrop-deployers</artifactId>
          </dependency>
          <dependency>
            <groupId>org.jboss.snowdrop</groupId>
            <artifactId>snowdrop-weaving</artifactId>
          </dependency>
        </dependencies>
    
      </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