META-INF.maven.org.kie.j2cl.tools.yaml.mapper.common.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> <groupId>org.kie.j2cl.tools.yaml.mapper</groupId> <artifactId>yaml-parent</artifactId> <version>0.5</version> </parent> <artifactId>common</artifactId> <packaging>jar</packaging> <name>GWT/J2CL compatible YAML marshallers common</name> <description>GWT/J2CL compatible YAML marshallers common</description> <url>https://github.com/kiegroup/j2cl-tools</url> <organization> <name>JBoss by Red Hat</name> <url>http://www.jboss.org/</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>All developers are listed in the KIE GitHub organization</name> <url>https://github.com/orgs/kiegroup/people</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/kiegroup/j2cl-tools.git</connection> <developerConnection>scm:git:ssh://github.com/kiegroup/j2cl-tools.git</developerConnection> <url>https://github.com/kiegroup/j2cl-tools/tree/master</url> </scm> <dependencies> <dependency> <groupId>com.google.jsinterop</groupId> <artifactId>base</artifactId> </dependency> <dependency> <groupId>com.google.elemental2</groupId> <artifactId>elemental2-dom</artifactId> </dependency> <dependency> <groupId>org.kie.j2cl.tools.yaml.mapper</groupId> <artifactId>snakeyaml-engine</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.java</include> </includes> </resource> <resource> <directory>src/main/resources</directory> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>${maven.source.version}</version> <executions> <execution> <id>attach-sources</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy