{"id":20885003,"url":"https://github.com/windup/windup-legacy","last_synced_at":"2025-07-23T10:05:06.294Z","repository":{"id":69668176,"uuid":"20572501","full_name":"windup/windup-legacy","owner":"windup","description":"The legacy Windup project.","archived":false,"fork":false,"pushed_at":"2016-11-18T12:14:50.000Z","size":9141,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-14T07:44:46.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/windup.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-06-06T17:42:49.000Z","updated_at":"2016-11-18T12:14:51.000Z","dependencies_parsed_at":"2023-06-06T10:45:42.376Z","dependency_job_id":null,"html_url":"https://github.com/windup/windup-legacy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/windup/windup-legacy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windup%2Fwindup-legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windup%2Fwindup-legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windup%2Fwindup-legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windup%2Fwindup-legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/windup","download_url":"https://codeload.github.com/windup/windup-legacy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windup%2Fwindup-legacy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266657952,"owners_count":23963602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T08:12:13.825Z","updated_at":"2025-07-23T10:05:06.272Z","avatar_url":"https://github.com/windup.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"== Windup legacy\n\nThis is a legacy project. Development has moved to [Windup 2.0](https://github.com/windup/windup).\n\nGet involved at: http://windup.jboss.org\n\n* Forums: https://community.jboss.org/en/windup\n* Issue Tracker: https://issues.jboss.org/browse/WINDUP\n* Users Mailing List: windup-users@lists.jboss.org\n* Dev Mailing List: windup-dev@lists.jboss.org\n* Commits Mailing List: windup-commits@lists.jboss.org\n\n\n\n=== Project Source Code Format\n\nThis project has an agreed upon source format style documented via an Eclipse code formatter profile ( https://github.com/windup/windup/blob/master/Eclipse_Code_Format_Profile.xml ). If using an alternate IDE, plugins are available to allow use of this profile (see below.) All contributions should be formatted using this profile before submission.\n\n* Netbeans: http://plugins.netbeans.org/plugin/50877/eclipse-code-formatter-for-java\n* IntelliJ: http://plugins.jetbrains.com/plugin/?id=6546\n\n=== Installation and Usage\n\nTo install an alpha release of Windup, simply take the following steps:\n\n1. Configure your Maven settings to use the JBoss Nexus community repository: \nhttp://repository.jboss.org/nexus/content/groups/public/. \nIf you are new to Maven, details on how to configure Maven can be found here: \nhttps://community.jboss.org/wiki/MavenGettingStarted-Users.\n\n2. Install Forge 2 from:\nhttps://github.com/forge/core#jboss-forge-20\n\n3. Run the `forge` cli or Eclipse plugin with `CTRL+4`\n+\n[source,text]\n----\nlocalhost:Desktop user$ forge\n    _____                    \n   |  ___|__  _ __ __ _  ___ \n   | |_ / _ \\| `__/ _` |/ _ \\  \\\\\n   |  _| (_) | | | (_| |  __/  //\n   |_|  \\___/|_|  \\__, |\\___| \n                   |___/      \nJBoss Forge, version [ 2.4.2-SNAPSHOT ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]\n----\n\n4. Run \"addon-install\" with the following parameters:\n+\n[source,text]\n----\n[bin]$ addon-install --groupId org.jboss.windup.legacy.app --name windup-legacy-app-addon --version 2.0.0.Alpha1\n----\n\n5. Run windup-1x via forge. Example:\n+\n[source,text]\n----\nrun-windup-1-x --input input --output output --packages pkg --excludeBuiltinRules --supplementalRulesFolder /path/to/my/rules\n----\n+\nTIP:: A supplemental rules folder should contain all rules with the naming convention (*.windup.xml).\n\nFor reference, if all goes well, your terminal should look something like this:\n\n[source,text]\n----\nlocalhost:Desktop user$ forge\n    _____                    \n   |  ___|__  _ __ __ _  ___ \n   | |_ / _ \\| `__/ _` |/ _ \\  \\\\\n   |  _| (_) | | | (_| |  __/  //\n   |_|  \\___/|_|  \\__, |\\___| \n                   |___/      \nJBoss Forge, version [ 2.4.2-SNAPSHOT ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]\n\n[Desktop]$ \n[Desktop]$ addon-install --groupId org.jboss.windup.legacy.app --name windup-legacy-app-addon --version 2.0.0.Alpha1\n***SUCCESS*** Addon org.jboss.windup.legacy.app:windup-legacy-app-addon,2.0.0.Alpha1 was installed successfully.\n[Desktop]$ \n[Desktop]$ \n[Desktop]$ run-windup-1-x \n--input  --output  --packages  --excludePackages  --fetchRemote  --sourceMode  --targetPlatform  --supplementalRulesFolder  --excludeBuiltinRules  \n[Desktop]$ \n[Desktop]$ run-windup-1-x \n----\n\nYou can also get information on the command by typing `man run-windup-1-x`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindup%2Fwindup-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindup%2Fwindup-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindup%2Fwindup-legacy/lists"}