Fetch the repository succeeded.
This action will force synchronization from iBase4J/iBase4J, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>iBase4J-Biz-Server</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<url>http://maven.apache.org</url>
<parent>
<groupId>org.ibase4j</groupId>
<artifactId>iBase4J</artifactId>
<version>1.0.0</version>
<relativePath>./</relativePath>
</parent>
<modules>
<module>iBase4J-Common</module>
<module>iBase4J-Biz-API</module>
<module>iBase4J-Biz-Service</module>
</modules>
<!-- clean package -P build tomcat7:run-war-only -f pom-biz-service-server.xml -->
</project>
Sign in for post a comment
Comment ( 0 )