Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions api/maven-api-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,26 @@ under the License.
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven</groupId>
<artifactId>modello-plugin-velocity</artifactId>
<configuration>
<version>4.2.0</version>
<models>
<model>src/main/mdo/maven.mdo</model>
</models>
<templates>
<template>src/main/mdo/model.vm</template>
</templates>
<params>
<param>packageModelV4=org.apache.maven.api.model</param>
</params>
</configuration>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<executions>
<execution>
<id>modello</id>
<id>velocity</id>
<goals>
<goal>velocity</goal>
</goals>
<configuration>
<version>4.2.0</version>
<models>
<model>src/main/mdo/maven.mdo</model>
</models>
<templates>
<template>src/main/mdo/model.vm</template>
</templates>
Comment thread
michael-o marked this conversation as resolved.
<params>
<param>packageModelV4=org.apache.maven.api.model</param>
</params>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions api/maven-api-model/src/main/mdo/model.vm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#set ( $dummy = $allFields.addAll( $cl.getFields($version) ) )
#end
#set ( $className = "${class.name}" )
#MODELLO-VELOCITY#REDIRECT ${package.replace('.','/')}/${className}.java
#MODELLO-VELOCITY#SAVE-OUTPUT-TO ${package.replace('.','/')}/${className}.java
#if ( $class.name != "InputLocation" && $class.name != "InputSource" )
#set ( $types = { } )
#set ( $imports = $class.getClass().forName("java.util.TreeSet").newInstance() )
Expand Down Expand Up @@ -85,7 +85,7 @@
#end
#end
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Maven, any modifications will be overwritten.
// ${generatedBy}
Comment thread
gnodet marked this conversation as resolved.
// ==============================================================
package ${package};

Expand Down
30 changes: 15 additions & 15 deletions api/maven-api-settings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,26 @@ under the License.
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven</groupId>
<artifactId>modello-plugin-velocity</artifactId>
<configuration>
<version>2.0.0</version>
<models>
<model>src/main/mdo/settings.mdo</model>
</models>
<templates>
<template>src/main/mdo/model.vm</template>
</templates>
<params>
<param>packageModelV4=org.apache.maven.api.settings</param>
</params>
</configuration>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<executions>
<execution>
<id>modello</id>
<id>velocity</id>
<goals>
<goal>velocity</goal>
</goals>
<configuration>
<version>2.0.0</version>
<models>
<model>src/main/mdo/settings.mdo</model>
</models>
<templates>
<template>src/main/mdo/model.vm</template>
</templates>
<params>
<param>packageModelV4=org.apache.maven.api.settings</param>
</params>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions api/maven-api-settings/src/main/mdo/model.vm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#set ( $dummy = $allFields.addAll( $cl.getFields($version) ) )
#end
#set ( $className = "${class.name}" )
#MODELLO-VELOCITY#REDIRECT ${package.replace('.','/')}/${className}.java
#MODELLO-VELOCITY#SAVE-OUTPUT-TO ${package.replace('.','/')}/${className}.java
#if ( $class.name != "InputLocation" && $class.name != "InputSource" )
#set ( $types = { } )
#set ( $imports = $class.getClass().forName("java.util.TreeSet").newInstance() )
Expand Down Expand Up @@ -85,7 +85,7 @@
#end
#end
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Maven, any modifications will be overwritten.
// ${generatedBy}
// ==============================================================
package ${package};

Expand Down
30 changes: 15 additions & 15 deletions api/maven-api-toolchain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,26 +62,26 @@ under the License.
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven</groupId>
<artifactId>modello-plugin-velocity</artifactId>
<configuration>
<version>1.1.0</version>
<models>
<model>src/main/mdo/toolchains.mdo</model>
</models>
<templates>
<template>src/main/mdo/model.vm</template>
</templates>
<params>
<param>packageModelV4=org.apache.maven.api.toolchain</param>
</params>
</configuration>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<executions>
<execution>
<id>modello</id>
<id>velocity</id>
<goals>
<goal>velocity</goal>
</goals>
<configuration>
<version>1.1.0</version>
<models>
<model>src/main/mdo/toolchains.mdo</model>
</models>
<templates>
<template>src/main/mdo/model.vm</template>
</templates>
<params>
<param>packageModelV4=org.apache.maven.api.toolchain</param>
</params>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions api/maven-api-toolchain/src/main/mdo/model.vm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#set ( $dummy = $allFields.addAll( $cl.getFields($version) ) )
#end
#set ( $className = "${class.name}" )
#MODELLO-VELOCITY#REDIRECT ${package.replace('.','/')}/${className}.java
#MODELLO-VELOCITY#SAVE-OUTPUT-TO ${package.replace('.','/')}/${className}.java
#if ( $class.name != "InputLocation" && $class.name != "InputSource" )
#set ( $types = { } )
#set ( $imports = $class.getClass().forName("java.util.TreeSet").newInstance() )
Expand Down Expand Up @@ -85,7 +85,7 @@
#end
#end
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Maven, any modifications will be overwritten.
// ${generatedBy}
// ==============================================================
package ${package};

Expand Down
92 changes: 0 additions & 92 deletions api/modello-plugin-velocity/pom.xml

This file was deleted.

Loading