{"id":15009116,"url":"https://github.com/concon121/atom-maven","last_synced_at":"2026-03-16T19:34:15.055Z","repository":{"id":94143394,"uuid":"58800383","full_name":"concon121/atom-maven","owner":"concon121","description":"Maven integration for Atom","archived":false,"fork":false,"pushed_at":"2017-10-08T12:12:59.000Z","size":200,"stargazers_count":8,"open_issues_count":15,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T18:51:48.283Z","etag":null,"topics":["apache-maven","atom","atom-maven","atom-package"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/atom-maven","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/concon121.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-05-14T09:39:19.000Z","updated_at":"2021-10-22T01:24:08.000Z","dependencies_parsed_at":"2023-03-16T06:30:32.094Z","dependency_job_id":null,"html_url":"https://github.com/concon121/atom-maven","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concon121%2Fatom-maven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concon121%2Fatom-maven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concon121%2Fatom-maven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/concon121%2Fatom-maven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/concon121","download_url":"https://codeload.github.com/concon121/atom-maven/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248068160,"owners_count":21042436,"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","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":["apache-maven","atom","atom-maven","atom-package"],"created_at":"2024-09-24T19:23:05.895Z","updated_at":"2026-03-16T19:34:10.028Z","avatar_url":"https://github.com/concon121.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# atom-maven package\n\n[![Build Status](https://api.travis-ci.org/concon121/atom-maven.png)](https://api.travis-ci.org/concon121/atom-maven)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9b9b60c42152461a9ec4e29d84848b01)](https://www.codacy.com/app/connor-bray/atom-maven?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=concon121/atom-maven\u0026amp;utm_campaign=Badge_Grade)\n[![Code Climate](https://codeclimate.com/github/concon121/atom-maven/badges/gpa.svg)](https://codeclimate.com/github/concon121/atom-maven)\n[![Issue Count](https://codeclimate.com/github/concon121/atom-maven/badges/issue_count.svg)](https://codeclimate.com/github/concon121/atom-maven)\n[![Downloads](https://img.shields.io/apm/dm/atom-maven.svg?maxAge=2592000)](https://atom.io/packages/atom-maven)\n\nMaven integration for atom!\n\nGenerates module specific .classpath files based on the Maven pom files in your Atom workspace.\n\n## Features\n\n| Feature | Status |\n| :------ | :-----: |\n| Configures the classpath for every Maven module in your workspace. | :white_check_mark: |\n| Automatically update the classpath when you update your pom files. | :white_check_mark: |\n| Build the Maven projects in the workspace on save. | :white_check_mark: |\n| Build the Maven project via user interaction with the UI. | :white_check_mark: |\n| Notification when your classpath has been configured. | :white_check_mark: |\n| Notification when a duplicate dependency definition has been identified. | :x: |\n| Notification when a dependency does not exist. | :white_check_mark: |\n| Link to the location of erroneous dependencies. | :o: |\n| Identify when a new pom file is added into the workspace and bind the change event to it. | :x: |\n\n\n![310516](https://cloud.githubusercontent.com/assets/12021575/15692408/12018824-2786-11e6-8cac-289fd0af4076.JPG)\n\n### Using the UI Features\nThere are two method of using atom-maven from the UI; from the Packages menu, and from the command palette.\n\n#### Packages menu\n\n![packages-menu](https://cloud.githubusercontent.com/assets/12021575/25781403/bba6e132-3331-11e7-9596-b6bd74812bd9.PNG)\n\n#### Command Palette\n\n![command-palette](https://cloud.githubusercontent.com/assets/12021575/25781396/ab10a45c-3331-11e7-8131-06fcd1f0c132.PNG)\n\n## Known Issues\n- The notification which informs you that a dependency doesn't exist always points to line 0.\n\n## Configuration  \nIt is required that Apache Maven is correctly installed on your computer and is ready to use on the command line.\n\nPlease see the Maven website for [installation instructions](http://maven.apache.org/install.html).\n\n| Configuration Key | Required / Optional | Description |\n| :------: | :-----: | :-----: |\n| classpathFileName | Optional | The name of the file to write your classpath to in your Maven module. |\n| generateClasspathsOnStartup | Optional | Build all maven pom files on Atom start up and create classpaths for each. |\n| generateClasspathsOnSave | Optional | Watch maven pom files for save events and create classpath when the pom changes. |\n\n## What's new?\nCheckout the [changelog](https://github.com/concon121/atom-maven/blob/master/CHANGELOG.md) for the full list of recently implemented features and bug fixes.\n\n## Backlog and Issues\nThe complete list of features which needs to be implemented, future enhancements, known issues and bugs can be found on the atom-maven GitHub repository [issues page](https://github.com/concon121/atom-maven/issues).\n\n## Contributing\nContributions are always welcome, there is still a lot of work to be done!  Feel free to pick up an issue in the backlog and open a pull request to get the conversation going.  I am more than happy to provide help and direction, and very welcoming of advice and suggestions.\n\n## Raising Issues\n\nIf atom-maven is not resolving your classpath correctly, it is really useful for debugging purposes if you could provide sample pom files which I can use to reproduce your issue.\n\n## What can I use atom-maven for?\n\nI started developing atom-maven as I wanted to be able to write my Java code in Atom.  There are a couple of packages I found which make this easier, but they depend on a .classpath file being configured.  As a user of Maven, Maven configures your classpath and makes sure all your dependencies are available when you need them to be.  The atom-maven package replicates this functionality and generates the .classpath file other Atom Java packages need, based on your Maven pom files!   \n\n### Useful Java Packages\n\n* [autocomplete-java](https://atom.io/packages/autocomplete-java)\n* [linter-javac](https://atom.io/packages/linter-javac)\n\n#### autocomplete-java\nCapable of reading the generated .classpath file, this package provides functionlity to organise imports, complete packages and classes, examine methods etc...\n\nNote. git ignored .classpath files are not discovered.\n\n#### linter-javac\nCapable of reading the generated .classpath file, this package will attempt to compile your .java files and show you all the compile time problems with your code.\n\n## Kudos\nKudos to the following, for making my life easier!\n\n* [node-maven-api](https://www.npmjs.com/package/node-maven-api)\n* [atom-message-panel](https://github.com/tcarlsen/atom-message-panel)\n* [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcon121%2Fatom-maven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconcon121%2Fatom-maven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconcon121%2Fatom-maven/lists"}