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.11
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
    • 0b6c511
    • /
    • snowdrop-2.1.1.Final
    • /
    • 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:a6a0dfb6e956b925022e4a4ed6024cc76b45b900
    origin badgedirectory badge
    swh:1:dir:8021e984efefda0865f52fdbc71b6b7a48f84017
    origin badgesnapshot badge
    swh:1:snp:79ad6c3d9f9fedc45417fc217714b1181c370e9d
    origin badgerelease badge
    swh:1:rel:b899b919ff2b2f5e2f9ec31b02b8c2976bff0c8d

    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
    ========
    
    Snowdrop is a utility package that contains JBoss-specific extensions to the Spring Framework. These extensions are either:
    
            extensions to Spring Framework classes that can be used wherever the generic implementations provided by the framework do not integrate correctly with JBoss Enterprise Platforms.
    
            extensions for deploying and running Spring applications with the JBoss Enterprise Platforms (JBoss Enterprise Application Platform and JBoss Enterprise Web Platform).
    
    Build:
    ---------
    
    _NOTE: You don't need to build if you wish to use a released version of snowdrop, just continue from the Install section._
    
    `mvn clean install`
    
    Install snowdrop:
    -----------------
    
    **Automatic:**
    
    `cd install`
    
    `mvn package -P${desired-spring-version} -DJBOSS_HOME=/path/to/jboss_home -Dversion.snowdrop=${snowdrop.version}`
    
    **Manual:**
    
    To install the Snowdrop Deployment subsystem, unzip the `subsystem-as7/subsystem-as7/target/jboss-spring-deployer-as7.zip` file in the `$JBOSS_HOME` dir if using JBOSS AS 7.1 or lower.
    
    For JBOSS 7.2 or EAP 6.1.Alpha1 or higher, unzip the `subsystem-as7/subsystem-as7/target/jboss-spring-deployer-as7.2.zip` file in the `$JBOSS_HOME` dir.
    
    Then extract the `subsystem-as7/modules/spring-x.x/target/spring-x.x-module.zip` in the `$JBOSS_HOME/modules` directory of your JBoss Application Server installation.
    
    To use JBoss with Snowdrop run $JBOSS_HOME/bin/standalone.sh -c "standalone-snowdrop.xml".
    
    Uninstall snowdrop:
    -------------------
    
    For JBOSS AS 7.1 or lower, delete `$JBOSS_HOME/modules/org/jboss/snowdrop` and `$JBOSS_HOME/module/org/springframework` dirs.
    
    For JBOSS AS 7.2/EAP 6.1.Alpha1 or higher, delete `$JBOSS_HOME/modules/add-ons/org/jboss/snowdrop` and `$JBOSS_HOME/module/add-ons/org/springframework` dirs.
    
    Finally, delete `$JBOSS_HOME/standalone/standalone-snowdrop.xml`.

    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