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

OSCHINA-MIRROR/bieber-jbeer

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
pom.xml 2.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
°ëҹÀÉÖÐ Отправлено 09.06.2015 11:32 5941d55
<?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>com.jbeer.framework</groupId>
<artifactId>jbeer</artifactId>
<version>0.1.3</version>
<packaging>pom</packaging>
<name>jbeer</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.11</junit.version>
<jbeer.version>0.1.3</jbeer.version>
<jbeer.groupId>com.jbeer.framework</jbeer.groupId>
<findbugs.excludeFilterFile>findbugs-exclude.xml</findbugs.excludeFilterFile>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<modules>
<module>jbeer_framework</module>
<module>jbeer_sample</module>
<module>jbeer_test</module>
<module>jbeer_freemarker_viewer</module>
<module>jbeer_velocity_viewer</module>
<module>jbeer_file_viewer</module>
<module>jbeer_server</module>
<module>jbeer_mybatis</module>
<module>jbeer_parser</module>
<module>jbeer_json_viewer</module>
<module>jbeer_timer</module>
<module>jbeer_ws</module>
<module>jbeer_mail</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<xmlOutput>true</xmlOutput>
<xmlOutputDirectory>target/site</xmlOutputDirectory>
</configuration>
</plugin>
</plugins>
</reporting>
</project>

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

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

1
https://api.gitlife.ru/oschina-mirror/bieber-jbeer.git
git@api.gitlife.ru:oschina-mirror/bieber-jbeer.git
oschina-mirror
bieber-jbeer
bieber-jbeer
dev