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
  • 6238031
  • /
  • snowdrop-3.1.1.Final
  • /
  • install
  • /
  • README.md
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
content badge
swh:1:cnt:2566bc1fcad0e21c58ded7b00af47675213b8eea
directory badge
swh:1:dir:8a9cc30f0b5503bd058281e5399753d7e6dd9859

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
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
README.md
Snowdrop Installer
==================

Purpose
--------

To enable ease of installation of the snowdrop module in the standalone version of EAP.

What-it-does
------------

It copies the necessary snowdrop and spring jars in their proper location within ${JBOSS_HOME}/modules.

It also creates a standalone-snowdrop.xml that registers the snowdrop extension and subsystem, removing the need for manual 
installation. It adds the following lines into `extensions` and `profile`:

        <extension module="org.jboss.snowdrop"/>
        
        <subsystem xmlns="urn:jboss:domain:snowdrop:1.0"/>


How-to-use
-----------

*NOTE: Make sure to pass in `-DJBOSS_HOME=/path/to/JBoss`.*

*NOTE: If you are installing a non released version, be sure to `mvn clean install` on the top level.*

*NOTE: If you are installing on Windows you may need to reverse the slashes.*

Install with defaults. By default Snowdrop version 3.1.1.Final and spring 4.0.2.RELEASE will be installed.

		mvn package -DJBOSS_HOME=/path/to/jboss_home

**OR**

Install and set Spring and Snowdrop versions:

		mvn package -DJBOSS_HOME=/path/to/jboss_home -P${desired-spring-version} -Dversion.snowdrop=${desired-snowdrop-version}

There are four possible spring version profiles: **spring-2.5**, **spring-3**, **spring-3.1**, **spring-3.2**, and **spring-4.0**(*the default*).

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