{"id":20841472,"url":"https://github.com/wavesoftware/glassfish-console-maven-plugin","last_synced_at":"2026-04-19T16:04:02.533Z","repository":{"id":16990982,"uuid":"19754011","full_name":"wavesoftware/glassfish-console-maven-plugin","owner":"wavesoftware","description":"Glassfish Console - Maven Plugin","archived":false,"fork":false,"pushed_at":"2014-05-15T19:27:18.000Z","size":156,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T02:52:57.601Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavesoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-13T20:07:27.000Z","updated_at":"2016-11-30T10:34:55.000Z","dependencies_parsed_at":"2022-09-09T09:22:56.776Z","dependency_job_id":null,"html_url":"https://github.com/wavesoftware/glassfish-console-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wavesoftware/glassfish-console-maven-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoftware%2Fglassfish-console-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoftware%2Fglassfish-console-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoftware%2Fglassfish-console-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoftware%2Fglassfish-console-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavesoftware","download_url":"https://codeload.github.com/wavesoftware/glassfish-console-maven-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoftware%2Fglassfish-console-maven-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32012789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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-18T01:20:16.086Z","updated_at":"2026-04-19T16:04:02.510Z","avatar_url":"https://github.com/wavesoftware.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://secure.travis-ci.org/wavesoftware/glassfish-console-maven-plugin.png)](http://travis-ci.org/wavesoftware/glassfish-console-maven-plugin) [![Coverage Status](https://coveralls.io/repos/wavesoftware/glassfish-console-maven-plugin/badge.png)](https://coveralls.io/r/wavesoftware/glassfish-console-maven-plugin)\n\nIntroduction\n------------\n\nProject has the goal of adding the ability to integrate with *Glassfish 3 Application Server* server from Maven. \nIt adds some goals for `auth-realm`, `resource`, `pool` to standard tasks supplied by *Oracle* in `ant-tasks` project.\n\nTasks\n-----\n\nAdded goals:\n\n * `auth-realm` [read help](https://github.com/wavesoftware/glassfish-ant-console/wiki/task-glassfish-auth-realm)\n\nOracle goals included (these are not described here):\n * `embedded-deploy`\n * `embedded-stop`\n * `embedded-start`\n * `embedded-admin`\n * `embedded-undeploy`\n * `admin`\n * `start`\n * `stop`\n * `deploy`\n * `undeploy`\n * `redeploy`\n * `component`\n * `sun-appserv-admin`\n * `sun-appserv-start`\n * `sun-appserv-stop`\n * `sun-appserv-deploy`\n * `sun-appserv-undeploy`\n * `sun-appserv-redeploy`\n * `sun-appserv-update`\n * `sun-appserv-component`\n\nExample\n-------\n\nExample usage:\n\n```xml\n\u003cplugin\u003e\n    \u003cgroupId\u003epl.wavesoftware.maven\u003c/groupId\u003e\n    \u003cartifactId\u003eglassfish-console-maven-plugin\u003c/artifactId\u003e\n    \u003cversion\u003e0.1.0\u003c/version\u003e\n    \u003cexecutions\u003e\n        \u003cexecution\u003e\n            \u003cphase\u003epackage\u003c/phase\u003e\n            \u003cgoals\u003e\n                \u003cgoal\u003eauth-realm\u003c/goal\u003e\n            \u003c/goals\u003e\n            \u003cconfiguration\u003e\n                \u003caction\u003eAUTO\u003c/action\u003e\n                \u003crecreateOnAutoMode\u003etrue\u003c/recreateOnAutoMode\u003e\n                \u003ctype\u003eJDBC\u003c/type\u003e\n                \u003cinstallDir\u003e${project.build.directory}/glassfish-4.0/glassfish4\u003c/installDir\u003e\n                \u003cpropertiesFile\u003e${basedir}/src/main/setup/glassfish-console.xml\u003c/propertiesFile\u003e\n                \u003cproperties\u003e\n                    \u003cdigest-algorithm\u003eMD5\u003c/digest-algorithm\u003e\n                \u003c/properties\u003e\n            \u003c/configuration\u003e\n        \u003c/execution\u003e\n    \u003c/executions\u003e\n\u003c/plugin\u003e\n\u003cplugin\u003e\n    \u003cgroupId\u003eorg.apache.maven.plugins\u003c/groupId\u003e\n    \u003cartifactId\u003emaven-dependency-plugin\u003c/artifactId\u003e\n    \u003cexecutions\u003e\n        \u003cexecution\u003e\n            \u003cid\u003etest-unpack-glassfish\u003c/id\u003e\n            \u003cphase\u003egenerate-resources\u003c/phase\u003e\n            \u003cgoals\u003e\n                \u003cgoal\u003eunpack\u003c/goal\u003e\n            \u003c/goals\u003e\n            \u003cconfiguration\u003e\n                \u003cartifactItems\u003e\n                    \u003cartifactItem\u003e\n                        \u003cgroupId\u003eorg.glassfish.main.distributions\u003c/groupId\u003e\n                        \u003cartifactId\u003eglassfish\u003c/artifactId\u003e\n                        \u003cversion\u003e4.0\u003c/version\u003e\n                        \u003ctype\u003ezip\u003c/type\u003e\n                        \u003coverWrite\u003efalse\u003c/overWrite\u003e\n                        \u003coutputDirectory\u003e${project.build.directory}/glassfish-4.0\u003c/outputDirectory\u003e\n                    \u003c/artifactItem\u003e\n                \u003c/artifactItems\u003e\n            \u003c/configuration\u003e\n        \u003c/execution\u003e\n    \u003c/executions\u003e\n\u003c/plugin\u003e\n```\n\nSample xml with properties:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cglassfish-console xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n\t\t\t xsi:noNamespaceSchemaLocation=\"https://raw.github.com/wavesoftware/glassfish-ant-console/master/docs/glassfish-console.xsd\"\u003e\n\t\u003csecurity\u003e\n\t\t\u003crealm\u003e\n\t\t\t\u003cname\u003eJDBC_realm\u003c/name\u003e\n\t\t\t\u003cclass\u003ecom.sun.enterprise.security.auth.realm.jdbc.JDBCRealm\u003c/class\u003e\n\t\t\t\u003cjaas-context\u003ejdbcRealm\u003c/jaas-context\u003e\n\t\t\t\u003cdatasource-jndi\u003ejdbc/MyApp\u003c/datasource-jndi\u003e\n\t\t\t\u003cuser-table\u003eusers\u003c/user-table\u003e\n\t\t\t\u003cuser-name-column\u003elogin\u003c/user-name-column\u003e\n\t\t\t\u003cpassword-column\u003epassword\u003c/password-column\u003e\n\t\t\t\u003cgroup-table\u003euser_group\u003c/group-table\u003e\n\t\t\t\u003cgroup-name-column\u003egroup_name\u003c/group-name-column\u003e\n\t\t\t\u003cgroup-table-user-name-column\u003euser_name\u003c/group-table-user-name-column\u003e\n\t\t\t\u003cdigest-algorithm\u003eMD5\u003c/digest-algorithm\u003e\n\t\t\u003c/realm\u003e\n\t\u003c/security\u003e\n\u003c/glassfish-console\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavesoftware%2Fglassfish-console-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavesoftware%2Fglassfish-console-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavesoftware%2Fglassfish-console-maven-plugin/lists"}