1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-webbuilder

Клонировать/Скачать
pom.xml 1.7 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
zh.sqy Отправлено 17.11.2015 04:47 67ce795
<?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>
<groupId>org.webbuilder</groupId>
<artifactId>framework</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>wb-bpm</module>
<module>wb-core</module>
<module>wb-utils</module>
<module>wb-example</module>
<module>wb-search</module>
<module>wb-code-generator</module>
<module>wb-crawler</module>
<module>wb-sql-util</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<excludes>
<exclude>config</exclude>
<exclude>config/**/*</exclude>
<exclude>*.xml</exclude>
<exclude>*.properties</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-webbuilder.git
git@api.gitlife.ru:oschina-mirror/mirrors-webbuilder.git
oschina-mirror
mirrors-webbuilder
mirrors-webbuilder
master