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

el-sql.sqlscript.3.0.2.source-code.pom.xml Maven / Gradle / Ivy

The newest version!
<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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>

   <parent>
      <groupId>net.sf.squirrel-sql</groupId>
      <artifactId>squirrelsql-plugins-parent-pom</artifactId>
      <version>3.0.2</version>
      <relativePath>../squirrelsql-plugins-parent-pom/pom.xml</relativePath>
   </parent>

   <groupId>net.sf.squirrel-sql</groupId>
   <artifactId>sqlscript</artifactId>
   <version>3.0.2</version>
   <packaging>jar</packaging>

   <name>Sqlscript Plugin</name>
   <description>Sqlscript Plugin</description>
   <inceptionYear>2001</inceptionYear>
   <developers>
      <developer>
         <name>Gerd Wagner</name>
         <roles>
            <role>Administrator</role>
            <role>Developer</role>
         </roles>
      </developer>
      <developer>
         <name>Rob Manning</name>
         <roles>
            <role>Developer</role>
            <role>Release Manager</role>
         </roles>
      </developer>
   </developers>
   <licenses>
      <license>
         <name>GNU Lesser General Public License</name>
         <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
         <distribution>repo</distribution>
      </license>
   </licenses>
   <url>http://www.squirrelsql.org/</url>
   <scm>
      <connection>scm:svn:https://squirrel-sql.svn.sourceforge.net/svnroot/squirrel-sql/trunk/sql12/</connection>
      <developerConnection>scm:svn:http://squirrel-sql.svn.sourceforge.net/viewvc/squirrel-sql/trunk/sql12/</developerConnection>
      <url>http://squirrel-sql.svn.sourceforge.net/viewvc/squirrel-sql/trunk/sql12/</url>
   </scm>
   <issueManagement>
      <system>SourceForge Tracker</system>
      <url>http://sourceforge.net/tracker/?group_id=28383%26atid=393414</url>
   </issueManagement>   
   <ciManagement>
        <system>Hudson</system>
        <url>https://www.squirrel-sql.org/hudson/</url>
   </ciManagement>

   
   
   <build>
      <plugins>
         <plugin>
            <artifactId>maven-source-plugin</artifactId>
            <version>${source-plugin-version}</version>
         </plugin>
         <plugin>
            <artifactId>maven-surefire-plugin</artifactId>
            <version>${surefire-plugin-version}</version>
         </plugin>
         <plugin>
            <artifactId>maven-jar-plugin</artifactId>
            <version>${jar-plugin-version}</version>
         </plugin>
         <plugin>
            <artifactId>maven-assembly-plugin</artifactId>
            <version>${assembly-plugin-version}</version>
         </plugin>
         <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>findbugs-maven-plugin</artifactId>
            <version>${findbugs-plugin-version}</version>
         </plugin>
         <plugin>
            <artifactId>maven-pmd-plugin</artifactId>
            <version>${pmd-plugin-version}</version>
         </plugin>
         <plugin>
            <artifactId>maven-checkstyle-plugin</artifactId>
            <version>${checkstyle-plugin-version}</version>
         </plugin>
      </plugins>
   </build>
   <profiles>
      <!-- 
        Since generating javadoc can be time-consuming, this is not done unless a "javadoc" profile
        is activated.
       -->
      <profile>
         <id>javadoc</id>
         <build>
            <plugins>
               <plugin>
                  <artifactId>maven-javadoc-plugin</artifactId>
                  <version>${javadoc-plugin-version}</version>
               </plugin>
            </plugins>
         </build>
      </profile>
   </profiles>


</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy