File tree 1 file changed +36
-1
lines changed
1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 104
104
<executions >
105
105
<execution >
106
106
<id >install-youtube-dl</id >
107
- <phase >pre-integration-test </phase >
107
+ <phase >process-resources </phase >
108
108
<goals >
109
109
<goal >wget</goal >
110
110
</goals >
117
117
</executions >
118
118
</plugin >
119
119
</plugins >
120
+ <pluginManagement >
121
+ <plugins >
122
+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
123
+ <plugin >
124
+ <groupId >org.eclipse.m2e</groupId >
125
+ <artifactId >lifecycle-mapping</artifactId >
126
+ <version >1.0.0</version >
127
+ <configuration >
128
+ <lifecycleMappingMetadata >
129
+ <pluginExecutions >
130
+ <pluginExecution >
131
+ <pluginExecutionFilter >
132
+ <groupId >
133
+ com.googlecode.maven-download-plugin
134
+ </groupId >
135
+ <artifactId >
136
+ download-maven-plugin
137
+ </artifactId >
138
+ <versionRange >
139
+ [1.3.0,)
140
+ </versionRange >
141
+ <goals >
142
+ <goal >wget</goal >
143
+ </goals >
144
+ </pluginExecutionFilter >
145
+ <action >
146
+ <ignore ></ignore >
147
+ </action >
148
+ </pluginExecution >
149
+ </pluginExecutions >
150
+ </lifecycleMappingMetadata >
151
+ </configuration >
152
+ </plugin >
153
+ </plugins >
154
+ </pluginManagement >
120
155
</build >
121
156
</project >
You can’t perform that action at this time.
0 commit comments