19
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed parameter createPackageDirectories for clarity, and because we currently have no known use case for setting it to "false". More... almost 16 years ago
Clarified Javadoc. More... almost 16 years ago
Added <ciManagement> to pom. More... almost 16 years ago
Fixed some Javadoc. More... almost 16 years ago
In android:instrument: Renamed config param <testPackage> to <instrumentationPackage>. Renamed config param <testRunner> to <instrumentationRunner>. Renamed config param -Dandroid.test.testPackage to -Dandroid.instrumentationPackage. Renamed config param -Dandroid.test.testRunner to -Dandroid.instrumentationRunner. More... almost 16 years ago
In android:undeploy-package: Renamed config param -Dpackage to -Dandroid.package. Resolve config param <package>/-Dandroid.package from AndroidManifest.xml if not defined. More... almost 16 years ago
Renamed config param <testsPackage> to <testPackage>. More... almost 16 years ago
Renamed goal android:platformTest to android:instrument. More... almost 16 years ago
Renamed goal android:deployDependencies to android:deploy-dependencies. Renamed config param <undeployApkBeforeDeploying> to <undeployBeforeDeploy>. More... almost 16 years ago
Renamed goal android:undeploy-packageName to android:undeploy-package. Renamed config param <packageName> to <package>. More... almost 16 years ago
Renamed goal android:adbPush to android:push. Renamed config param <destinationFileOrDirectory> to <destination>. Renamed config param <sourceFileOrDirectory> to <source>. Improved error handling. More... almost 16 years ago
Renamed goal android:adbPull to android:pull. Renamed config param <destinationFileOrDirectory> to <destination>. Renamed config param <sourceFileOrDirectory> to <source>. Improved error handling. More... almost 16 years ago
[maven-release-plugin] prepare for next development iteration More... almost 16 years ago
[maven-release-plugin] prepare release maven-android-plugin-2.0.0-alpha7 More... almost 16 years ago
Fixed imports. More... almost 16 years ago
Optimized imports. More... almost 16 years ago
Whitespace. More... almost 16 years ago
Removed @phase from standalone mojos. More... almost 16 years ago
Separated integration-test related goals into those that run automatically in integration-test phase, and those that can be run from command line. More... almost 16 years ago
Improved test error messages when required environment variable are not set. More... almost 16 years ago
Moved integration-test related goals to standalonemojos package. More... almost 16 years ago
Javadoc. More... almost 16 years ago
[maven-release-plugin] prepare for next development iteration More... almost 16 years ago
[maven-release-plugin] prepare release maven-android-plugin-2.0.0-alpha6 More... almost 16 years ago
Corrected error message. (again) More... almost 16 years ago
Always close FileInputStream of class file, after reading. More... almost 16 years ago
Corrected error message. More... almost 16 years ago
Enable automatic check for platformTest classes. More... almost 16 years ago
Turned local test into a general test. More... almost 16 years ago
DecendantFinder does not need to be public. More... almost 16 years ago