All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.org.noear.luffy.executor.s.javascript.pom.xml Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.noear</groupId>
    <artifactId>luffy-parent</artifactId>
    <version>1.6.7</version>
    <relativePath>../luffy-parent/pom.xml</relativePath>
  </parent>
  <groupId>org.noear</groupId>
  <artifactId>luffy.executor.s.javascript</artifactId>
  <version>1.6.7</version>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.noear</groupId>
      <artifactId>solon</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.noear</groupId>
      <artifactId>snack3</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.noear</groupId>
      <artifactId>luffy.base</artifactId>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <build>
    <finalName>${project.artifactId}</finalName>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <compilerArgument>-parameters</compilerArgument>
          <source>${java.version}</source>
          <target>${java.version}</target>
          <encoding>UTF-8</encoding>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <executions>
          <execution>
            <id>make-assembly</id>
            <phase>package</phase>
            <goals>
              <goal>single</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <finalName>${project.artifactId}</finalName>
          <appendAssemblyId>false</appendAssemblyId>
          <descriptorRefs>
            <descriptorRef>jar-with-dependencies</descriptorRef>
          </descriptorRefs>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy