Closed jmorille closed 8 years ago
Ok, I finally got Maven onto my machine so I got to see this running. Sorry about the back and forth and my inability to understand what you meant to do. It seems fine to add this.
There are three things which must be done:
I am pushing another pull request, with the chages that you asking.
I do more test and they are a problem with the maven-deploy plugin in multiple file. For all the file they use the archive path dist/back2.apk in -Dfile options
archive path dist/back2.apk
Executing command: mvn -B deploy:deploy-file -Dpackaging=apk -Dfile=dist/back2.apk -DgroupId=mygroup -DartifactId=android-armv7-debug-unaligned -Dversion=0.0.1 -DrepositoryId=...
archive path dist/back2.apk
Executing command: mvn -B deploy:deploy-file -Dpackaging=apk -Dfile=dist/back2.apk -DgroupId=mygroup -DartifactId=android-armv7-debug-unaligned -Dversion=0.0.1 -DrepositoryId=...
I'll merge it once the tests pass @jmorille
@jmorille did you noticed issue #8? Would this satisfy your needs, too?
As discut at issue https://github.com/finn-no/gulp-maven-deploy/issues/5 use an function to generate the maven deploy configuration.
The use case look that