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

OSCHINA-MIRROR/brucekankan-ifcmonitor

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
pom.xml 4.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
汲建帅 Отправлено 25.04.2017 11:30 69b3f74
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.com.infcn</groupId>
<artifactId>ifcmonitor</artifactId>
<packaging>jar</packaging>
<version>1.1.5</version>
<name>ifcmonitor Maven</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>provided</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.slf4j</groupId> -->
<!-- <artifactId>slf4j-log4j12</artifactId> -->
<!-- <version>1.7.5</version> -->
<!-- <scope>provided</scope> -->
<!-- </dependency> -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.fusesource</groupId>
<artifactId>sigar</artifactId>
<version>1.6.4</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/sigar-1.6.4.jar</systemPath>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>
</dependencies>
<build>
<finalName>ifcmonitor</finalName>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.*</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
<filtering>false</filtering>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>*</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<!-- 要将源码放上去,需要加入这个插件 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
<configuration>
<attach>true</attach>
<excludes>
<exclude>**/*.html</exclude>
<exclude>**/*.png</exclude>
<exclude>**/*.js</exclude>
<exclude>**/*.css</exclude>
<exclude>**/*.gif</exclude>
<exclude>**/*.db</exclude>
<exclude>**/*.so</exclude>
<exclude>**/*.dylib</exclude>
<exclude>**/*.sl</exclude>
<exclude>**/*.dll</exclude>
<exclude>**/*.lib</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
<configuration>
<descriptors>
<descriptor>assembly.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- <plugin> <groupId>infcn_encryption</groupId> <artifactId>infcn_encryption_plugin</artifactId>
<version>1.0</version> <executions> <execution> <id>jar_encryption</id> <phase>test</phase>
<goals> <goal>encryption</goal> </goals> </execution> </executions> <configuration>
<sourcePath>D:\work\minitor_2.0\ifcmonitor\target</sourcePath> <outputPath>D:\work\minitor_2.0\ifcmonitor\</outputPath>
<jarPaths> <jarPath>D:\work\msp3.2\msp\apache-tomcat-7.0.65\webapps\mss3.2\WEB-INF\lib\commons-lang-2.5.jar</jarPath>
<jarPath>D:\work\msp3.2\msp\apache-tomcat-7.0.65\webapps\mss3.2\WEB-INF\lib\commons-lang-2.6.jar</jarPath>
</jarPaths> </configuration> </plugin> -->
</plugins>
</build>
<distributionManagement>
<repository>
<id>nexus-releases</id>
<url>http://dev.infcn.com.cn:8081/nexus/content/repositories/releases/</url>
<!-- <url>http://192.168.10.123:8082/nexus/repository/maven-releases/</url> -->
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://dev.infcn.com.cn:8081/nexus/content/repositories/snapshots/</url>
<!-- <url>http://192.168.10.123:8082/nexus/repository/maven-snapshots/</url> -->
</snapshotRepository>
</distributionManagement>
</project>

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

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

1
https://api.gitlife.ru/oschina-mirror/brucekankan-ifcmonitor.git
git@api.gitlife.ru:oschina-mirror/brucekankan-ifcmonitor.git
oschina-mirror
brucekankan-ifcmonitor
brucekankan-ifcmonitor
master