File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
maven/kissmda-maven-app-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 205
205
</executions >
206
206
</plugin >
207
207
<plugin >
208
- <groupId >de.crowdcode.kissmda.maven.plugin </groupId >
208
+ <groupId >de.crowdcode.kissmda.maven</groupId >
209
209
<artifactId >kissmda-maven-plugin</artifactId >
210
210
<version >${kissmda.maven.plugin.version} </version >
211
211
<dependencies >
245
245
<pluginExecutions >
246
246
<pluginExecution >
247
247
<pluginExecutionFilter >
248
- <groupId >
249
- de.crowdcode.kissmda.maven.plugin
250
- </groupId >
251
- <artifactId >
252
- kissmda-maven-plugin
253
- </artifactId >
254
- <versionRange >
255
- [1.0.0-SNAPSHOT,)
256
- </versionRange >
248
+ <groupId >de.crowdcode.kissmda.maven</groupId >
249
+ <artifactId >kissmda-maven-plugin</artifactId >
250
+ <versionRange >[1.0.0-SNAPSHOT,)</versionRange >
257
251
<goals >
258
252
<goal >generate</goal >
259
253
</goals >
You can’t perform that action at this time.
0 commit comments