META-INF.maven.com.amazonaws.aws-java-sdk-iotfleethub.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-java-sdk-iotfleethub Show documentation
Show all versions of aws-java-sdk-iotfleethub Show documentation
The AWS Java SDK for AWS IoT Fleet Hub module holds the client classes that are used for communicating with AWS IoT Fleet Hub Service
The newest version!
<?xml version="1.0"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-pom</artifactId> <version>1.12.780</version> </parent> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-iotfleethub</artifactId> <name>AWS Java SDK for AWS IoT Fleet Hub</name> <description>The AWS Java SDK for AWS IoT Fleet Hub module holds the client classes that are used for communicating with AWS IoT Fleet Hub Service</description> <url>https://aws.amazon.com/sdkforjava</url> <!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed --> <dependencies> <dependency> <artifactId>aws-java-sdk-core</artifactId> <groupId>com.amazonaws</groupId> <optional>false</optional> <version>${awsjavasdk.version}</version> </dependency> <dependency> <artifactId>aws-java-sdk-test-utils</artifactId> <groupId>com.amazonaws</groupId> <optional>false</optional> <scope>test</scope> <version>${awsjavasdk.version}</version> </dependency> <dependency> <artifactId>jmespath-java</artifactId> <groupId>com.amazonaws</groupId> <optional>false</optional> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> </plugins> </build> <!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version --> <!-- For more information on the plugin, see https://github.com/siom79/japicmp --> <profiles> <profile> <id>versiondiff</id> <build> <plugins> <plugin> <groupId>com.github.siom79.japicmp</groupId> <artifactId>japicmp-maven-plugin</artifactId> <version>0.5.0</version> <executions> <execution> <phase>verify</phase> <goals> <goal>cmp</goal> </goals> </execution> </executions> <configuration> <oldVersion> <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-iotfleethub</artifactId> <version>RELEASE</version> </dependency> </oldVersion> <newVersion> <file> <path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path> </file> </newVersion> <parameter> <onlyModified>true</onlyModified> <accessModifier>public</accessModifier> <breakBuildOnModifications>false</breakBuildOnModifications> <breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications> <onlyBinaryIncompatible>false</onlyBinaryIncompatible> </parameter> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy