Commit c69a7b0
authored
Some helpful improvements (#3)
* Changed the workflow to generate the package files and upload them to the latest release. Changed the `groupId` and bumped up the version. Removed `<scope>test</scope>` from the pom.xml. Fixed some JavaDoc.
* put test scope items back in per `/pull/3#issuecomment-2510308092`
* groupId re-write
* Changed everywhere the groupId was set to `cardforge`. This change will allow the plugin to go to Maven Central
* New PowerShell (Shell) for CommandExecutor. CommandExecutor now chooses PowerShell over CmdLine - this avoids cmd's 8191 character limit and takes advantage of PowerShell's 32k limit. Removed Code Style check. Updated Plexus XML dependency
* Fix for quoted strings in paths and use '&' for executables in PwShell.getCommandLine
* Updated Windows detection for PwShell, groupID fixes, path fixes, Test fixes. Fixed Partial Path Traversal Vulnerability.
* Add Major version check for tests. Set build target as Java 8 in pom.xml. Did some linting
* Add commons-compress dependency. Fixes an error I got around it1 parent 4550136 commit c69a7b0
File tree
244 files changed
+3620
-3752
lines changed- .github/workflows
- src
- main
- filtered-resources/com/github/cardforge/maven/plugins/android
- java/com
- GitHub/CardForge/maven/plugins/android
- asm
- common
- compiler
- configuration
- config
- phase01generatesources
- phase04processclasses
- phase08preparepackage
- phase09package
- phase11preintegrationtest
- phase12integrationtest
- phase_prebuild
- resource
- standalonemojos
- simpligility/maven/plugins/android
- configuration
- phase08preparepackage
- phase09package
- resources/META-INF/plexus
- site/asciidoc
- test
- java/com
- GitHub/cardforge
- asm
- withouttests
- withtests
- common
- configuration
- config
- maven/plugins/android
- standalonemojos
- phase01generatesources
- phase09package
- sample
- standalonemojos
- simpligility/maven/plugins/android
- config
- standalonemojos
- projects
- aar-actionbarsherlock-example
- aar-child-junit-tests
- aar-child-library
- aar-child-test
- aar-child
- aar-child-library
- aar-child-test
- aar-no-resources
- apidemos-android-16
- apidemos-application
- apidemos-tests
- buildConfigInjection
- duplicates
- duplicates-app
- helloflashlight
- libraryprojects
- libraryprojects-aar-from-aar
- libraryprojects-aar1
- libraryprojects-apk-with-deps
- libraryprojects-apklib-from-apklib
- libraryprojects-apklib1
- libraryprojects-tests
- lint-config-project0
- lint-config-project1
- lint-config-project2
- morseflash
- morseflash-app
- morseflash-instrumentation
- multidexsample
- support4demos
- tictactoe
- tictactoe-app
- tictactoe-lib
- resources
- com/github/cardforge/maven/plugins/android
- manifest-tests
- application-changes
- basic-android-project-manifest
- basic-android-project
- compatible-screens-android-project
- provider-authorities-project
- supports-screens-android-project
- test-project
- uses-sdk-project1
- uses-sdk-project2
- uses-sdk-project3
- uses-sdk-project4
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
244 files changed
+3620
-3752
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
33 | 58 | | |
34 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
135 | | - | |
| 134 | + | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
| |||
226 | 225 | | |
227 | 226 | | |
228 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
229 | 234 | | |
230 | 235 | | |
231 | 236 | | |
| |||
238 | 243 | | |
239 | 244 | | |
240 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
241 | 252 | | |
242 | 253 | | |
243 | 254 | | |
| |||
462 | 473 | | |
463 | 474 | | |
464 | 475 | | |
465 | | - | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
466 | 480 | | |
467 | 481 | | |
468 | 482 | | |
| |||
475 | 489 | | |
476 | 490 | | |
477 | 491 | | |
478 | | - | |
| 492 | + | |
479 | 493 | | |
480 | 494 | | |
481 | 495 | | |
| |||
668 | 682 | | |
669 | 683 | | |
670 | 684 | | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
| 685 | + | |
693 | 686 | | |
694 | 687 | | |
695 | 688 | | |
| |||
741 | 734 | | |
742 | 735 | | |
743 | 736 | | |
744 | | - | |
745 | | - | |
| 737 | + | |
| 738 | + | |
746 | 739 | | |
747 | 740 | | |
748 | 741 | | |
| |||
761 | 754 | | |
762 | 755 | | |
763 | 756 | | |
764 | | - | |
765 | | - | |
766 | | - | |
767 | | - | |
| 757 | + | |
768 | 758 | | |
769 | 759 | | |
770 | 760 | | |
| |||
780 | 770 | | |
781 | 771 | | |
782 | 772 | | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
783 | 779 | | |
784 | 780 | | |
785 | 781 | | |
| |||
919 | 915 | | |
920 | 916 | | |
921 | 917 | | |
922 | | - | |
| 918 | + | |
923 | 919 | | |
924 | 920 | | |
925 | 921 | | |
| |||
944 | 940 | | |
945 | 941 | | |
946 | 942 | | |
947 | | - | |
| 943 | + | |
948 | 944 | | |
949 | 945 | | |
950 | 946 | | |
| |||
957 | 953 | | |
958 | 954 | | |
959 | 955 | | |
960 | | - | |
| 956 | + | |
961 | 957 | | |
962 | 958 | | |
963 | 959 | | |
| |||
993 | 989 | | |
994 | 990 | | |
995 | 991 | | |
996 | | - | |
997 | | - | |
998 | | - | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
999 | 996 | | |
1000 | 997 | | |
1001 | 998 | | |
| |||
0 commit comments