{"id":13848654,"url":"https://github.com/rgladwell/m2e-android","last_synced_at":"2025-12-17T20:06:12.041Z","repository":{"id":62680138,"uuid":"2088013","full_name":"rgladwell/m2e-android","owner":"rgladwell","description":"Android for Maven Eclipse","archived":true,"fork":false,"pushed_at":"2016-02-03T16:12:55.000Z","size":15469,"stargazers_count":334,"open_issues_count":46,"forks_count":70,"subscribers_count":33,"default_branch":"master","last_synced_at":"2024-07-01T10:54:38.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rgladwell.github.io/m2e-android/","language":"Java","has_issues":false,"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/rgladwell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-22T09:53:21.000Z","updated_at":"2024-04-04T03:09:33.000Z","dependencies_parsed_at":"2022-11-04T12:06:13.600Z","dependency_job_id":null,"html_url":"https://github.com/rgladwell/m2e-android","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgladwell%2Fm2e-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgladwell%2Fm2e-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgladwell%2Fm2e-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgladwell%2Fm2e-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rgladwell","download_url":"https://codeload.github.com/rgladwell/m2e-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213949739,"owners_count":15661670,"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":[],"created_at":"2024-08-04T19:00:54.857Z","updated_at":"2025-12-17T20:06:06.666Z","avatar_url":"https://github.com/rgladwell.png","language":"Java","funding_links":[],"categories":["Java","Libs"],"sub_categories":["\u003cA NAME=\"Plugin\"\u003e\u003c/A\u003ePlugin"],"readme":"#Android for Maven Eclipse [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) [![Build Status](https://travis-ci.org/rgladwell/m2e-android.svg?branch=master)](https://travis-ci.org/rgladwell/m2e-android) [![Codacy Badge](https://api.codacy.com/project/badge/2174d349529848a8a7e141f044545e1d)](https://www.codacy.com/app/ricardo_3/m2e-android)\n\n[![Join the chat at https://gitter.im/rgladwell/m2e-android](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rgladwell/m2e-android?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n_Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Ricardo Gladwell, Hugo Josefson, Anthony Dannane, Mykola Nikishov, Raphael Ackermann, Csaba Kozák, and Sonatype Inc.. All rights reserved. This program and the accompanying materials are made available under the terms of the [Eclipse Public License 1.0](http://www.eclipse.org/legal) which accompanies this distribution_\n\nAndroid for Maven Eclipse (**m2e-android**) adds [Maven](http://maven.apache.org/) support to the [Android Developer Tools](http://developer.android.com/tools/sdk/eclipse-adt.html) (ADT). This is developer documentation, for user instructions on how to install please see the [project web site.](http://rgladwell.github.com/m2e-android/)\n\n*Lead Maintainer*: [Ricardo Gladwell](http://gladwell.me)\n\nSpecial thanks to our patrons who crowdfunded project development through Patreon:\n\n * [Raphael Ackermann](https://twitter.com/acraphae)\n * George Baker.\n * Weizhi Yao.\n * Stephen Buergler.\n\n#Building\n\nBefore you start you need to:\n\n * Install the [Android SDK](http://developer.android.com/sdk/index.html).\n * Create `ANDROID_HOME` environment variable containing the Android SDK install path. \n * Ensure you have installed the requried Android dependencies (execute `android update sdk --filter platform-tools,build-tools-21.1.1,android-18,addon-google_apis-google-18,android-10,addon-google_apis-google-10,android-8,addon-google_apis-google-8 --no-ui --force`).\n * Install the latest [Maven 3](http://maven.apache.org/download.html) for command line [Tycho](http://tycho.sonatype.org/) support.\n * Install the [Maven Android SDK Deployer](https://github.com/mosabua/maven-android-sdk-deployer) and deploy the 4.1 and 4.3 APIs (`mvn install -P 4.3,2.2`).\n\nTo build execute the following command from the project folder:\n\n```\n$ mvn install\n```\n \n###Eclipse Set-up\n\nTo configure your development environment please follow these steps:\n\n * Install [Eclipse Luna](http://eclipse.org/downloads).\n * Install [Eclipse Plug-in Development Environment.](http://www.eclipse.org/pde/).\n * Restart Eclipse.\n\nThis project consists of several sub-modules, including:\n\n * Parent POM.\n * Core Eclipse plugin.\n * Test suite.\n * Eclipse feature.\n * Various [target definitions](https://wiki.eclipse.org/PDE/Target_Definitions).\n * and the update site.\n\nTo clone them into your Eclipse workspace follow these steps: \n\n * Clone this git repository into your local workspace.\n * In Eclipse select _File_ -\u003e _Import..._ in the menu and then select _Maven_ -\u003e _Existing Maven Projects_.\n * Select the `m2e-android` folder you just cloned and select the parent and some of the sub-projects (excluding the targets i.e. `luna`, `mars`, etc., but *including* the `compile` target).\n * Click _Finish_.\n * This should install some additional m2e extensions if not already installed\n * Restart Eclipse when prompted.\n * In _Preferences_ -\u003e _Plug-In Development_ -\u003e _Target Platform_ choose `Maven for Android Eclipse` and click _OK_. It may take some time to downloads the dependencies required to compile m2e-android.\n\n##Further Reading\n\nFor more information on developing the m2e-android plug-in please see the following:\n\n* [Contributing](https://github.com/rgladwell/m2e-android/blob/master/CONTRIBUTING.md)\n* [Deployment](https://github.com/rgladwell/m2e-android/wiki/Deploying)\n* [Travis](https://github.com/rgladwell/m2e-android/wiki/Travis)\n* [Maven Eclipse](https://www.eclipse.org/m2e/)\n* [Maven Android Plugin](http://simpligility.github.io/android-maven-plugin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgladwell%2Fm2e-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frgladwell%2Fm2e-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgladwell%2Fm2e-android/lists"}