israfil-foundation-dynamic
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.israfil.foundation</groupId>
<artifactId>israfil-foundation-dynamic</artifactId>
<version>1.0.2</version>
</dependency><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>
<parent>
<groupId>net.israfil.foundation</groupId>
<artifactId>israfil-foundation-all</artifactId>
<version>4</version>
</parent>
<artifactId>israfil-foundation-dynamic</artifactId>
<name>Israfil Foundation Dynamic Invocation</name>
<version>1.0.2</version>
<url>http://www.israfil.net/projects/foundation/${artifactId}</url>
<inceptionYear>2003</inceptionYear>
<licenses>
<license>
<name>BSD</name>
<distribution>repo</distribution>
<url>http://www.israfil.net/israfil-license-bsd.txt</url>
<comments>A simple open-source license with minimal restrictions</comments>
</license>
</licenses>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<executions>
<execution><goals><goal>clean</goal></goals></execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>israfil-foundation-collections</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>israfil-foundation-core</artifactId>
<version>[1.0.0,)</version>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jxr-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>dashboard-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
<xmlOutput>false</xmlOutput>
<threshold>High|Normal|Low|Exp|Ignore</threshold>
<effort>Min|Default|Max</effort>
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
<includeFilterFile>findbugs-include.xml</includeFilterFile>
<visitors>FindDeadLocalStores,UnreadFields</visitors>
<omitVisitors>FindDeadLocalStores,UnreadFields</omitVisitors>
<pluginList>/libs/fb-contrib/fb-contrib-2.8.0.jar</pluginList>
</configuration>
</plugin>
-->
</plugins>
</reporting>
<scm>
<connection>scm:svn:http://israfil-foundation.googlecode.com/svn/tags/RELEASE/israfil-foundation-dynamic-1.0.2</connection>
<developerConnection>scm:svn:https://israfil-foundation.googlecode.com/svn/tags/RELEASE/israfil-foundation-dynamic-1.0.2</developerConnection>
<url>scm:svn:https://israfil-foundation.googlecode.com/svn/tags/RELEASE/israfil-foundation-dynamic-1.0.2</url>
</scm>
</project>