{"id":30612611,"url":"https://github.com/evolvedbinary/elemental-expath-package-archetype","last_synced_at":"2025-10-06T02:33:53.301Z","repository":{"id":296895375,"uuid":"994790345","full_name":"evolvedbinary/elemental-expath-package-archetype","owner":"evolvedbinary","description":"Elemental EXPath Package Archetype","archived":false,"fork":false,"pushed_at":"2025-08-18T08:12:07.000Z","size":88,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T05:41:52.876Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evolvedbinary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-02T13:39:36.000Z","updated_at":"2025-07-11T10:59:38.000Z","dependencies_parsed_at":"2025-07-13T10:31:27.957Z","dependency_job_id":null,"html_url":"https://github.com/evolvedbinary/elemental-expath-package-archetype","commit_stats":null,"previous_names":["evolvedbinary/elemental-expath-package-archetype"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/evolvedbinary/elemental-expath-package-archetype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvedbinary%2Felemental-expath-package-archetype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvedbinary%2Felemental-expath-package-archetype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvedbinary%2Felemental-expath-package-archetype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvedbinary%2Felemental-expath-package-archetype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evolvedbinary","download_url":"https://codeload.github.com/evolvedbinary/elemental-expath-package-archetype/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolvedbinary%2Felemental-expath-package-archetype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278550168,"owners_count":26005229,"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-10-06T02:00:05.630Z","response_time":65,"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":"2025-08-30T05:34:41.044Z","updated_at":"2025-10-06T02:33:53.254Z","avatar_url":"https://github.com/evolvedbinary.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maven Archetype for EXPath Packages in Elemental\n\n[![Build Status](https://dl.circleci.com/status-badge/img/gh/evolvedbinary/elemental-expath-package-archetype/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/evolvedbinary/elemental-expath-package-archetype/tree/main)\n[![License](https://img.shields.io/badge/license-BSL%201.1-blue.svg)](https://mariadb.com/bsl11/)\n[![Maven Central](https://img.shields.io/maven-central/v/xyz.elemental.expath/elemental-expath-package-archetype?logo=apachemaven\u0026label=maven+central\u0026color=green)](https://central.sonatype.com/search?namespace=xyz.elemental.expath)\n[![Slack](https://img.shields.io/badge/elemental-slack-56b6f8.svg?logo=slack)](https://join.slack.com/t/elemental-xyz/shared_invite/zt-34r53san4-fzHCV0vDT9lYSMChUdn3cQ)\n[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-5e0d73.svg?logo=contributorcovenant)](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html)\n\nThis [archetype](https://maven.apache.org/guides/introduction/introduction-to-archetypes.html) can be used to generate a skeleton project for building an EXPath Package that is deployable to [Elemental](https://github.com/evolvedbinary/elemental).\n\nWhilst this repository contains the source code for the archetype, you do not need that to just use the archetype.\nThe archetype has been deployed to Maven Central and will be downloaded for you when you invoke it.\n\n## Usage\nFrom your Terminal or Command Line, change into a directory on your system where you keep your projects,\nand then run Maven with this archetype to create a Maven Project that you can use as a skeleton for your new EXPath Package.\n\n```bash\n$ cd my-projects\n$ mvn archetype:generate \\\n    -DarchetypeGroupId=xyz.elemental.expath \\\n    -DarchetypeArtifactId=elemental-expath-package-archetype \\\n    -DarchetypeVersion=1.1.0\n```\n\nMaven will then prompt you for a `groupId`, `artifactId`, `version`, and `package` for your project.\nYou need only specify the `groupId` and `artifactId`, for the others you may accept the defaults (or modify them as you wish).\n\n* `groupId` is similar to a Java package name. If you are going to publish your XAR publicly it should be some sub-coordinate of a domain name that you have responsibility for supplied in reverse order notation. For example, if your company is \"*My Organisation Ltd*\" you might own the domain name `myorganisation.com`, you might decide that a suitable subdomain for your EXPath Package might be `app.myorganisation.com`. **Note:** this subdomain does not have to be able to be de-referenced.\n\n* `artifactId` is just a simple name without spaces for the App itself. Together the `groupId:appId` coordinate must be unique.\n\n* `version` the version number of your package. In Maven terms `-SNAPSHOT` are development versions. Your first version should always be `1.0.0-SNAPSHOT`, whereby the first release subsequently becomes `1.0.0`.  \n\n**NOTE**: If you wish to specify a different version of Elemental for your EXPath Package to be compatible with you can add `-DelementalVersion=x.y.z` to the above command (where `x.y.z` should be substituted for your desired version).  \n\ne.g.:\n\n```bash\nDefine value for property 'groupId': : com.myorganisation.app\nDefine value for property 'artifactId': : my-app1\nDefine value for property 'version':  1.0.0-SNAPSHOT: : \nDefine value for property 'package':  com.myorganisation.app: : \nConfirm properties configuration:\ngroupId: com.myorganisation.app\nartifactId: my-app1\nversion: 1.0.0-SNAPSHOT\npackage: com.myorganisation.app\n Y: : y\n```\n\nAfter running this process, a new directory will have been created for you that matches the `artifactId` name that you specified above.\n\nNOTE: The project has been set up to expect to be under Git version control. If you are not already in a Git repository, you should then create one:\n\n```bash\n$ cd my-app1\n$ git init\n$ git add .gitignore pom.xml src/ xar-assembly.xml xquery-license-style.xml LICENSE README.md\n$ git commit -m \"Start of my EXPath Package\"\n```\n\nYou should now consult the `README.md` of your `my-app1` for further instructions and documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolvedbinary%2Felemental-expath-package-archetype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolvedbinary%2Felemental-expath-package-archetype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolvedbinary%2Felemental-expath-package-archetype/lists"}