Initial commit from SVN.
This commit is contained in:
143
Foundation Builder/Foundation.pom
Normal file
143
Foundation Builder/Foundation.pom
Normal file
@@ -0,0 +1,143 @@
|
||||
<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>
|
||||
|
||||
<!-- The Basics -->
|
||||
<groupId>com.de22</groupId>
|
||||
<artifactId>foundation</artifactId>
|
||||
<version>1.0.0.0-beta 1</version>
|
||||
<packaging>jar</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>swt</groupId>
|
||||
<artifactId>swt-win32</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<type>jar</type>
|
||||
<scope>runtime</scope>
|
||||
<optional>false</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<!--<parent>...</parent>
|
||||
<dependencyManagement>...</dependencyManagement>
|
||||
<modules>...</modules>
|
||||
<properties>...</properties>-->
|
||||
|
||||
<!-- Build Settings -->
|
||||
<build>
|
||||
<defaultGoal>jar</defaultGoal>
|
||||
<directory>${basedir}/target</directory>
|
||||
<finalName>${artifactId}-${version}</finalName>
|
||||
<filters>
|
||||
<filter></filter>
|
||||
</filters>
|
||||
<plugins>
|
||||
</plugins>
|
||||
</build>
|
||||
<reporting>
|
||||
</reporting>
|
||||
|
||||
<!-- More Project Information -->
|
||||
<name>Brainstorm Foundation</name>
|
||||
<description>The core foundation code for Declarative Engineering's Brainstorm product.</description>
|
||||
<url>http://www.brainstormfoundation.com</url>
|
||||
<inceptionYear>2005</inceptionYear>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>DE Developer License 1</name>
|
||||
<url>http://www.declarativeengineering.com/legal/DE_Developer_License.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
<comments>Deployment friendly developer license.</comments>
|
||||
</license>
|
||||
</licenses>
|
||||
<organization>
|
||||
<name>Declarative Engineering LLC</name>
|
||||
<url>http://www.declarativeengineering.com</url>
|
||||
</organization>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Wynne Crisman</name>
|
||||
<id>wcrisman</id>
|
||||
<email>wcrisman@declarativeengineering.com</email>
|
||||
<!--<url></url>-->
|
||||
<organization>Declarative Engineering LLC</name>
|
||||
<organizationUrl>http://www.declarativeengineering.com</organizationUrl>
|
||||
<timezone>-7</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
<contributors>
|
||||
<contributor>
|
||||
<name>Jeff Miller</name>
|
||||
<email>jeff@millers-cave.us</email>
|
||||
<!--<url></url>-->
|
||||
<organization>International Woodworking Corporation</name>
|
||||
<organizationUrl>http://www.intlwoodworking.com</organizationUrl>
|
||||
<timezone>-7</timezone>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Bill Miller</name>
|
||||
<email>bmiller@dustoffyourdreams.net</email>
|
||||
<!--<url></url>-->
|
||||
<organization>Dust Off Your Dreams</name>
|
||||
<organizationUrl>http://www.dustoffyourdreams.net</organizationUrl>
|
||||
<timezone>-7</timezone>
|
||||
</contributor>
|
||||
</contributors>
|
||||
|
||||
<!-- Environment Settings -->
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
<url>http://www.declarativeengineering.com:9882</url>
|
||||
</issueManagement>
|
||||
|
||||
<ciManagement>
|
||||
<system>continuum</system>
|
||||
<url>http://www.declarativeengineering.com:8981/continuum</url>
|
||||
<notifiers>
|
||||
<type>mail</type>
|
||||
<sendOnError>true</sendOnError>
|
||||
<sendOnFailure>true</sendOnFailure>
|
||||
<sendOnSuccess>false</sendOnSuccess>
|
||||
<sendOnWarning>false</sendOnWarning>
|
||||
<configuration><address>administrator@declarativeengineering.com</address></configuration>
|
||||
</notifiers>
|
||||
</ciManagement>
|
||||
|
||||
<!--<mailingLists>...</mailingLists>-->
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:svn://wcrisman:landFJ40@Gooeyfish:3690/JEF Core</connection>
|
||||
<developerConnection>scm:svn:svn://wcrisman:landFJ40@Gooeyfish:3690/JEF Core</developerConnection>
|
||||
<tag>HEAD</tag>
|
||||
<url></url>
|
||||
</scm>
|
||||
|
||||
<prerequisites>
|
||||
<maven>2.0.4</maven>
|
||||
</prerequisites>
|
||||
|
||||
<repositories>...</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>de22</id>
|
||||
<name>Declarative Engineering Maven Plugin Repository</name>
|
||||
<url>http://repo.maven.declarativeengineering.com</url>
|
||||
<layout>default</layout>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<distributionManagement>
|
||||
</distributionManagement>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<build>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
Reference in New Issue
Block a user