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
2 changes: 1 addition & 1 deletion eclipse/org.mybatis.generator.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
<executions>
<execution>
<id>refresh core source</id>
<phase>generate-sources</phase>
<goals>
<goal>run</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<target>
<ant antfile="copySource.xml" target="refresh" />
Expand Down
4 changes: 2 additions & 2 deletions eclipse/org.mybatis.generator.eclipse.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
<executions>
<execution>
<id>refresh core source</id>
<phase>generate-sources</phase>
<goals>
<goal>run</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<target>
<ant antfile="buildDoc.xml" target="refresh" />
Expand All @@ -68,7 +68,7 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
Expand Down
11 changes: 5 additions & 6 deletions eclipse/org.mybatis.generator.eclipse.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@


-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.mybatis.generator</groupId>
Expand Down Expand Up @@ -47,7 +46,7 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release-composite</id>
Expand All @@ -65,10 +64,10 @@
<executions>
<execution>
<id>download-composite-metadata</id>
<phase>prepare-package</phase>
<goals>
<goal>run</goal>
<goal>run</goal>
</goals>
<phase>prepare-package</phase>
<configuration>
<target>
<ant antfile="downloadMetadata.ant" target="download"/>
Expand Down Expand Up @@ -131,10 +130,10 @@
<executions>
<execution>
<id>update composite repo</id>
<phase>package</phase>
<goals>
<goal>eclipse-run</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/org.mybatis.generator.eclipse.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
<executions>
<execution>
<id>refresh DTDs</id>
<phase>generate-sources</phase>
<goals>
<goal>run</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<target>
<ant antfile="copyDtds.xml" target="refresh" />
Expand Down
9 changes: 4 additions & 5 deletions eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@


-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mybatis.generator</groupId>
<artifactId>org.mybatis.generator.eclipse.parent</artifactId>
<version>1.4.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MyBatis Generator - Eclipse Feature</name>
<inceptionYear>2006</inceptionYear>

<modules>
Expand Down Expand Up @@ -110,7 +110,7 @@
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -178,10 +178,10 @@
<executions>
<execution>
<id>attach-p2-metadata</id>
<phase>package</phase>
<goals>
<goal>p2-metadata</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -249,5 +249,4 @@
</plugin>
</plugins>
</build>
<name>MyBatis Generator - Eclipse Feature</name>
</project>