提交 73f684ff 编写于 作者: R roo00

bugfix 编译失败

上级 63134fa6
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<target name="createEnhancePersistenceXml"> <target name="createEnhancePersistenceXml">
<mkdir dir="${basedir}/src/main/resources/META-INF" /> <mkdir dir="${basedir}/src/main/resources/META-INF" />
<java classname="com.x.base.core.entity.tools.EnhancePersistenceXmlWriter" fork="true"> <java classname="com.x.base.core.entity.tools.EnhancePersistenceXmlWriter" fork="false">
<sysproperty key="file.encoding" value="utf-8" /> <sysproperty key="file.encoding" value="utf-8" />
<classpath> <classpath>
<pathelement path="${basedir}/target/classes" /> <pathelement path="${basedir}/target/classes" />
...@@ -114,7 +114,6 @@ ...@@ -114,7 +114,6 @@
path:'${basedir}/src/main/resources/META-INF' path:'${basedir}/src/main/resources/META-INF'
}" /> }" />
</java> </java>
<sleep seconds="1" />
</target> </target>
</project> </project>
\ No newline at end of file
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
<dependency> <dependency>
<groupId>io.github.classgraph</groupId> <groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId> <artifactId>classgraph</artifactId>
<version>4.6.18</version> <version>4.8.4</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
...@@ -544,6 +544,21 @@ ...@@ -544,6 +544,21 @@
<goal>run</goal> <goal>run</goal>
</goals> </goals>
</execution> </execution>
<execution>
<id>createEnhancePersistenceXml_x_base_core_project</id>
<!-- <phase>generate-sources</phase> -->
<phase>none</phase>
<configuration>
<target>
<ant antfile="../build_common.xml">
<target name="createEnhancePersistenceXml_x_base_core_project" />
</ant>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution> <execution>
<id>createEnhancePersistenceXml</id> <id>createEnhancePersistenceXml</id>
<!-- <phase>generate-sources</phase> --> <!-- <phase>generate-sources</phase> -->
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</execution> </execution>
<execution> <execution>
<id>createEnhancePersistenceXml</id> <id>createEnhancePersistenceXml</id>
<phase>generate-resources</phase> <phase>process-classes</phase>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<executions> <executions>
<execution> <execution>
<id>enhancer</id> <id>enhancer</id>
<phase>process-classes</phase> <phase>prepare-package</phase>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册