This repository was archived by the owner on Jun 10, 2020. It is now read-only.
File tree 7 files changed +20
-9
lines changed
closure-compiler-maven-plugin
closure-testing-maven-plugin
closure-testing-report-maven-plugin
jsdependency-maven-plugin
jspreprocessor-maven-plugin
7 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 61
61
<goals >
62
62
<goal >descriptor</goal >
63
63
</goals >
64
- </execution >
64
+ <phase >process-classes</phase >
65
+ </execution >
65
66
<!-- if you want to generate help goal -->
66
67
<execution >
67
68
<id >help-goal</id >
68
69
<goals >
69
70
<goal >helpmojo</goal >
70
71
</goals >
71
- </execution >
72
+ <phase >process-classes</phase >
73
+ </execution >
72
74
</executions >
73
75
</plugin >
74
76
</plugins >
Original file line number Diff line number Diff line change 66
66
<goals >
67
67
<goal >descriptor</goal >
68
68
</goals >
69
- </execution >
69
+ <phase >process-classes</phase >
70
+ </execution >
70
71
<!-- if you want to generate help goal -->
71
72
<execution >
72
73
<id >help-goal</id >
73
74
<goals >
74
75
<goal >helpmojo</goal >
75
76
</goals >
76
- </execution >
77
+ <phase >process-classes</phase >
78
+ </execution >
77
79
</executions >
78
80
</plugin >
79
81
</plugins >
Original file line number Diff line number Diff line change 106
106
<goals >
107
107
<goal >descriptor</goal >
108
108
</goals >
109
- </execution >
109
+ <phase >process-classes</phase >
110
+ </execution >
110
111
<!-- if you want to generate help goal -->
111
112
<execution >
112
113
<id >help-goal</id >
113
114
<goals >
114
115
<goal >helpmojo</goal >
115
116
</goals >
116
- </execution >
117
+ <phase >process-classes</phase >
118
+ </execution >
117
119
</executions >
118
120
</plugin >
119
121
</plugins >
Original file line number Diff line number Diff line change 94
94
<goals >
95
95
<goal >descriptor</goal >
96
96
</goals >
97
+ <phase >process-classes</phase >
97
98
</execution >
98
99
<!-- if you want to generate help goal -->
99
100
<execution >
100
101
<id >help-goal</id >
101
102
<goals >
102
103
<goal >helpmojo</goal >
103
104
</goals >
105
+ <phase >process-classes</phase >
104
106
</execution >
105
107
</executions >
106
108
</plugin >
Original file line number Diff line number Diff line change 85
85
<goals >
86
86
<goal >descriptor</goal >
87
87
</goals >
88
- </execution >
88
+ <phase >process-classes</phase >
89
+ </execution >
89
90
<!-- if you want to generate help goal -->
90
91
<execution >
91
92
<id >help-goal</id >
92
93
<goals >
93
94
<goal >helpmojo</goal >
94
95
</goals >
95
- </execution >
96
+ <phase >process-classes</phase >
97
+ </execution >
96
98
</executions >
97
99
</plugin >
98
100
</plugins >
Original file line number Diff line number Diff line change 65
65
<goals >
66
66
<goal >descriptor</goal >
67
67
</goals >
68
+ <phase >process-classes</phase >
68
69
</execution >
69
70
<!-- if you want to generate help goal -->
70
71
<execution >
71
72
<id >help-goal</id >
72
73
<goals >
73
74
<goal >helpmojo</goal >
74
75
</goals >
76
+ <phase >process-classes</phase >
75
77
</execution >
76
78
</executions >
77
79
</plugin >
Original file line number Diff line number Diff line change 27
27
<maven-jxr-plugin .version>2.3</maven-jxr-plugin .version>
28
28
<maven-surefire-plugin .version>2.10</maven-surefire-plugin .version>
29
29
<maven-pmd-plugin .version>2.5</maven-pmd-plugin .version>
30
- <maven-plugin-plugin .version>3.2.2</maven-plugin-plugin .version>
31
30
<maven-project-info-reports-plugin .version>2.3.1</maven-project-info-reports-plugin .version>
32
31
<maven-site-plugin .version>3.0</maven-site-plugin .version>
33
32
<maven-source-plugin .version>2.1.2</maven-source-plugin .version>
You can’t perform that action at this time.
0 commit comments