![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.maven.com.aspose.ms.System.Net.pom.xml Maven / Gradle / Ivy
<?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> <parent> <artifactId>core</artifactId> <groupId>com.aspose.ms</groupId> <version>6.0.0</version> </parent> <artifactId>System.Net</artifactId> <name>System.Net</name> <description>The System.Net namespaces contain classes that provide a simple programming interface for a number of network protocols, programmatically access and update configuration settings for the System.Net namespaces, define cache policies for web resources, compose and send e-mail, represent Multipurpose Internet Mail Exchange (MIME) headers, access network traffic data and network address information, and access peer-to-peer networking functionality. Additional child namespaces provide a managed implementation of the Windows Sockets (Winsock) interface and provide access to network streams for secure communications between hosts </description> <properties> <dependency.test.includeGroupIds>com.aspose.ms.jdk.resources</dependency.test.includeGroupIds> <dependency.test.includeArtifactIds>licenses,log4jxml</dependency.test.includeArtifactIds> <jacoco.unpacked.dependencies.includes>com/aspose/ms/System/Net/**/*.class</jacoco.unpacked.dependencies.includes> </properties> <dependencies> <!--<dependency>--> <!--<groupId>com.aspose.ms.jdk.NetFramework</groupId>--> <!--<artifactId>mscorlib</artifactId>--> <!--<version>6.0.0</version>--> <!--</dependency>--> <dependency> <groupId>com.aspose.ms</groupId> <artifactId>System</artifactId> <version>6.0.0</version> </dependency> <dependency> <groupId>com.aspose.ms</groupId> <artifactId>NUnit.Framework</artifactId> <version>6.0.0</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.12.4</version> <configuration> <testSourceDirectory>src/test/</testSourceDirectory> <includes> <include>**/*Test.java</include> <include>**/*Tests.java</include> </includes> <skipTests>true</skipTests> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> </plugin> </plugins> </build> <profiles> <profile> <id>JaCoCo</id> <activation> <property> <name>jacoco</name> <value>true</value> </property> </activation> <properties> <jacoco.report.execute>true</jacoco.report.execute> </properties> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> </plugin> </plugins> </build> </profile> </profiles> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy