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
https://repo1.maven.org/maven2/org/jboss/snowdrop/snowdrop
05 May 2022, 08:35:54 UTC
  • Code
  • Branches (0)
  • Releases (25)
  • Visits
    • 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
    • 45160f8
    • /
    • snowdrop-3.1.2.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
    • snapshot
    • release
    origin badgecontent badge
    swh:1:cnt:7c48c329a89b643e0cbd6f33d4eae3446cb1ffb2
    origin badgedirectory badge
    swh:1:dir:0dcbd15ae37b450fcea091b9099f1d73f44e3f6b
    origin badgesnapshot badge
    swh:1:snp:79ad6c3d9f9fedc45417fc217714b1181c370e9d
    origin badgerelease badge
    swh:1:rel:5c8ccd97c9fc6ab6bee7fd260cbcf765ff8ce6f5

    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 ...
    README.md
    Snowdrop Installer
    ==================
    
    Purpose
    --------
    
    To enable ease of installation of the snowdrop module into 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.2.Final and spring 4.1.4.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**, **spring-4.0**, 
    and **spring-4.1**(*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