Ant Agent Software Version 2.3.2
Join GitHub today
Ant plugin to update WhiteSource projectsdescription. The Apache Software License, Version 2.0name. Mac & Windows Software; Windows Software; ANT Agent. No announcement yet. ANT Agent RSS Feed. ANT 2.2.11 / Forerunner 405 data. Jan 14, 2018 - ANT Agent by Garmin Ltd. Volver Pedro Almodovar Download Torrent on this page. Allows you to transfer fitness data from compatible Garmin. Feb 26, 2018 - Download Ant Agent 2.3.2 - best software for Windows. The 2.3.4 version of Garmin ANT Agent is provided as a free download on our.
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Without this feature, any kind of Excel file copy protection is useless. • (XLS, XLSX, XLSM, files) into an application (EXE File, which requires Excel to run). Excel Compiler Main Features • by converting them into binary format. Doneex xcell compiler 2.2 crack. You do not need to be a programmer to use the product! It comes complete with all of the features for formula and VBA protection.
Agency Software
Sign upGarmin Ant Agent Software For Mac
Ant Agent Software
<projectxmlns='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.whitesource</groupId> |
<artifactId>whitesource-ant-plugin</artifactId> |
<version>18.10.3</version> |
<name>White Source ant plugin</name> |
<description>Ant plugin to update WhiteSource projects</description> |
<url>http://github.com/whitesource/ant-plugin</url> |
<inceptionYear>2012</inceptionYear> |
<licenses> |
<license> |
<name>The Apache Software License, Version 2.0</name> |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
<distribution>repo</distribution> |
</license> |
</licenses> |
<scm> |
<connection>scm:git:git@github.com:whitesource/ant-plugin.git</connection> |
<developerConnection>scm:git:git@github.com:whitesource/ant-plugin.git</developerConnection> |
<url>git@github.com:whitesource/ant-plugin.git</url> |
</scm> |
<issueManagement> |
<url>https://github.com/whitesource/ant-plugin/issues</url> |
<system>GitHub Issues</system> |
</issueManagement> |
<organization> |
<name>White Source</name> |
<url>http://www.whitesourcesoftware.com/</url> |
</organization> |
<developers> |
<developer> |
<id>tom.shapira</id> |
<name>Tom Shapira</name> |
<email>tom.shapira@whitesourcesoftware.com</email> |
</developer> |
<developer> |
<id>edo.shor</id> |
<name>Edo Shor</name> |
<email>edo.shor@whitesourcesoftware.com</email> |
</developer> |
</developers> |
<properties> |
<ant.version>1.7.0</ant.version> |
<agent.api.version>2.8.4</agent.api.version> |
<slf4j.version>1.7.5</slf4j.version> |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
</properties> |
<dependencies> |
<!-- White Source --> |
<dependency> |
<groupId>org.whitesource</groupId> |
<artifactId>wss-agent-api-client</artifactId> |
<version>${agent.api.version}</version> |
</dependency> |
<dependency> |
<groupId>org.whitesource</groupId> |
<artifactId>wss-agent-report</artifactId> |
<version>${agent.api.version}</version> |
</dependency> |
<!-- Ant --> |
<dependency> |
<groupId>org.apache.ant</groupId> |
<artifactId>ant</artifactId> |
<version>${ant.version}</version> |
<scope>provided</scope> |
</dependency> |
<!-- Logging --> |
<dependency> |
<groupId>org.slf4j</groupId> |
<artifactId>slf4j-api</artifactId> |
<version>${slf4j.version}</version> |
</dependency> |
<dependency> |
<groupId>ch.qos.logback</groupId> |
<artifactId>logback-classic</artifactId> |
<version>1.2.3</version> |
<exclusions> |
<exclusion> |
<groupId>org.slf4j</groupId> |
<artifactId>slf4j-api</artifactId> |
</exclusion> |
</exclusions> |
</dependency> |
</dependencies> |
<build> |
<plugins> |
<plugin> |
<artifactId>maven-assembly-plugin</artifactId> |
<configuration> |
<descriptorRefs> |
<descriptorRef>jar-with-dependencies</descriptorRef> |
</descriptorRefs> |
</configuration> |
<executions> |
<execution> |
<id>make-assembly</id> |
<phase>package</phase> |
<goals> |
<goal>single</goal> |
</goals> |
</execution> |
</executions> |
</plugin> |
<plugin> |
<groupId>org.apache.maven.plugins</groupId> |
<artifactId>maven-jarsigner-plugin</artifactId> |
<version>1.2</version> |
<executions> |
<execution> |
<id>sign</id> |
<phase>package</phase> |
<goals> |
<goal>sign</goal> |
</goals> |
</execution> |
</executions> |
<configuration> |
<keystore>${keystore.location}</keystore> |
<alias>${keystore.alias}</alias> |
<storepass>${keystore.storepass}</storepass> |
<keypass>${keystore.keypass}</keypass> |
</configuration> |
</plugin> |
<plugin> |
<groupId>com.mycila.maven-license-plugin</groupId> |
<artifactId>maven-license-plugin</artifactId> |
<configuration> |
<aggregate>true</aggregate> |
<header>src/etc/header.txt</header> |
<strictCheck>true</strictCheck> |
<encoding>UTF-8</encoding> |
<properties> |
<year>${project.inceptionYear}</year> |
</properties> |
<excludes> |
<exclude>.idea/**</exclude> |
<exclude>LICENSE.txt</exclude> |
<exclude>**/site/**</exclude> |
</excludes> |
</configuration> |
</plugin> |
<plugin> |
<groupId>org.apache.maven.plugins</groupId> |
<artifactId>maven-site-plugin</artifactId> |
<version>3.1</version> |
<configuration> |
<reportPlugins> |
<plugin> |
<groupId>org.apache.maven.plugins</groupId> |
<artifactId>maven-project-info-reports-plugin</artifactId> |
<version>2.5</version> |
<reports> |
<report>index</report> |
<report>project-team</report> |
<report>license</report> |
<report>scm</report> |
<report>issue-tracking</report> |
<report>cim</report> |
<report>mailing-list</report> |
<report>dependencies</report> |
<report>dependency-convergence</report> |
<report>plugin-management</report> |
<report>summary</report> |
</reports> |
</plugin> |
<plugin> |
<groupId>org.apache.maven.plugins</groupId> |
<artifactId>maven-surefire-report-plugin</artifactId> |
<version>2.12.2</version> |
</plugin> |
<plugin> |
<groupId>org.apache.maven.plugins</groupId> |
<artifactId>maven-jxr-plugin</artifactId> |
<version>2.3</version> |
</plugin> |
<plugin> |
<groupId>org.apache.maven.plugins</groupId> |
<artifactId>maven-javadoc-plugin</artifactId> |
<version>2.8.1</version> |
</plugin> |
<plugin> |
<groupId>org.apache.maven.plugins</groupId> |
<artifactId>maven-checkstyle-plugin</artifactId> |
<version>2.9.1</version> |
</plugin> |
<plugin> |
<groupId>org.codehaus.mojo</groupId> |
<artifactId>findbugs-maven-plugin</artifactId> |
<version>2.5.2</version> |
<configuration> |
<argLine>-Xmx256m</argLine> |
<argLine>-XX:MaxPermSize=256m</argLine> |
</configuration> |
</plugin> |
<plugin> |
<groupId>org.codehaus.mojo</groupId> |
<artifactId>jdepend-maven-plugin</artifactId> |
<version>2.0-beta-2</version> |
</plugin> |
<plugin> |
<groupId>org.codehaus.mojo</groupId> |
<artifactId>cobertura-maven-plugin</artifactId> |
<version>2.5.1</version> |
</plugin> |
<plugin> |
<groupId>org.codehaus.mojo</groupId> |
<artifactId>taglist-maven-plugin</artifactId> |
<version>2.4</version> |
</plugin> |
<plugin> |
<groupId>org.apache.maven.plugins</groupId> |
<artifactId>maven-pmd-plugin</artifactId> |
<version>2.7.1</version> |
<configuration> |
<targetJdk>1.6</targetJdk> |
</configuration> |
</plugin> |
</reportPlugins> |
</configuration> |
</plugin> |
</plugins> |
<pluginManagement> |
<plugins> |
<plugin> |
<groupId>org.apache.maven.plugins</groupId> |
<artifactId>maven-compiler-plugin</artifactId> |
<version>2.3.2</version> |
<configuration> |
<source>1.6</source> |
<target>1.6</target> |
<showDeprecation>true</showDeprecation> |
<showWarnings>true</showWarnings> |
<optimize>true</optimize> |
</configuration> |
</plugin> |
<plugin> |
<groupId>org.apache.maven.plugins</groupId> |
<artifactId>maven-release-plugin</artifactId> |
<version>2.3.2</version> |
<configuration> |
<releaseProfiles>Release</releaseProfiles> |
</configuration> |
</plugin> |
<plugin> |
<groupId>org.whitesource</groupId> |
<artifactId>whitesource-maven-plugin</artifactId> |
<version>3.2.5</version> |
<configuration> |
<orgToken>${whitesource.orgToken}</orgToken> |
</configuration> |
</plugin> |
<plugin> |
<groupId>com.mycila.maven-license-plugin</groupId> |
<artifactId>maven-license-plugin</artifactId> |
<version>1.9.0</version> |
</plugin> |
</plugins> |
</pluginManagement> |
</build> |
<profiles> |
<profile> |
<id>Release</id> |
<activation> |
<activeByDefault>false</activeByDefault> |
</activation> |
<build> |
<plugins> |
<plugin> |
<groupId>com.github.github</groupId> |
<artifactId>site-maven-plugin</artifactId> |
<version>0.8</version> |
<configuration> |
<server>github</server> |
<merge>true</merge> |
<force>true</force> |
<message>Building site for ${project.artifactId} - ${project.version}</message> |
</configuration> |
<executions> |
<execution> |
<goals> |
<goal>site</goal> |
</goals> |
<phase>site</phase> |
</execution> |
</executions> |
</plugin> |
</plugins> |
</build> |
</profile> |
</profiles> |
<distributionManagement> |
<repository> |
<id>sonatype-nexus-staging</id> |
<name>Sonatype staging repository</name> |
<uniqueVersion>false</uniqueVersion> |
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
</repository> |
<snapshotRepository> |
<id>sonatype-nexus-snapshots</id> |
<name>Sonatype snapshots repository</name> |
<uniqueVersion>false</uniqueVersion> |
<url>https://oss.sonatype.org/content/repositories/snapshots</url> |
</snapshotRepository> |
</distributionManagement> |
</project> |
Garmin Ant Agent 2.3.4
Copy lines Copy permalink