|
| 1 | +<?xml version="1.0"?> |
| 2 | +<!-- |
| 3 | +Copyright (C) SYSTAP, LLC 2006-2015. All rights reserved. |
| 4 | +
|
| 5 | +Contact: |
| 6 | + SYSTAP, LLC |
| 7 | + 2501 Calvert ST NW #106 |
| 8 | + Washington, DC 20008 |
| 9 | + |
| 10 | +
|
| 11 | +This program is free software; you can redistribute it and/or modify |
| 12 | +it under the terms of the GNU General Public License as published by |
| 13 | +the Free Software Foundation; version 2 of the License. |
| 14 | +
|
| 15 | +This program is distributed in the hope that it will be useful, |
| 16 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 18 | +GNU General Public License for more details. |
| 19 | +
|
| 20 | +You should have received a copy of the GNU General Public License |
| 21 | +along with this program; if not, write to the Free Software |
| 22 | +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 23 | +
|
| 24 | +Copyright 2010 by TalkingTrends (Amsterdam, The Netherlands) |
| 25 | +--> |
| 26 | +<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"> |
| 27 | + <modelVersion>4.0.0</modelVersion> |
| 28 | + <parent> |
| 29 | + <groupId>com.blazegraph</groupId> |
| 30 | + <artifactId>blazegraph-parent</artifactId> |
| 31 | + <version>2.0.0-RC1</version> |
| 32 | + <relativePath>../blazegraph-parent/pom.xml</relativePath> |
| 33 | + </parent> |
| 34 | + <groupId>com.blazegraph</groupId> |
| 35 | + <artifactId>blazegraph-artifacts</artifactId> |
| 36 | + <version>2.0.0-RC1</version> |
| 37 | + <name>Blazegraph Deployment Artifacts</name> |
| 38 | + <url>http://www.blazegraph.com</url> |
| 39 | + <packaging>pom</packaging> |
| 40 | + |
| 41 | + <build> |
| 42 | + <pluginManagement> |
| 43 | + <plugins> |
| 44 | + <plugin> |
| 45 | + <artifactId>maven-assembly-plugin</artifactId> |
| 46 | + <version>2.5.3</version> |
| 47 | + <configuration> |
| 48 | + <descriptors> |
| 49 | + <descriptor>src/main/assembly/blazegraph.xml</descriptor> |
| 50 | + </descriptors> |
| 51 | + <tarLongFileMode>posix</tarLongFileMode> |
| 52 | + </configuration> |
| 53 | + </plugin> |
| 54 | + </plugins> |
| 55 | + </pluginManagement> |
| 56 | + </build> |
| 57 | + |
| 58 | + <reporting> |
| 59 | + <plugins> |
| 60 | + <plugin> |
| 61 | + <groupId>org.apache.maven.plugins</groupId> |
| 62 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 63 | + <configuration> |
| 64 | + <stylesheetfile>${basedir}/src/main/javadoc/stylesheet.css</stylesheetfile> |
| 65 | + <show>public</show> |
| 66 | + <maxmemory>1000m</maxmemory> |
| 67 | + <author>true</author> |
| 68 | + <version>true</version> |
| 69 | + <doctitle><![CDATA[<h1>Blazegraph Deployment Artifacts</h1>]]></doctitle> |
| 70 | + <bottom> <![CDATA[<i>Copyright © 2006-2015 SYSTAP, LLC. All Rights Reserved.</i> |
| 71 | +<script> |
| 72 | +jQuery(document).ready(function(){ |
| 73 | + jQuery('ul.sf-menu').superfish({ |
| 74 | + pathClass: 'current', |
| 75 | + cssArrows: false |
| 76 | + }); |
| 77 | +}); |
| 78 | +
|
| 79 | +(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 80 | +(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 81 | +m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 82 | +})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 83 | +ga('create', 'UA-50971023-6', 'blazegraph.com'); |
| 84 | +ga('send', 'pageview'); |
| 85 | +</script> |
| 86 | +]]></bottom> |
| 87 | + |
| 88 | + </configuration> |
| 89 | + </plugin> |
| 90 | + </plugins> |
| 91 | + </reporting> |
| 92 | + <modules> |
| 93 | + <!-- Legacy artifacts for /bigdata context path --> |
| 94 | + <module>../bigdata-war</module> |
| 95 | + <module>../bigdata-jar</module> |
| 96 | + <!-- Blazegraph artifacts --> |
| 97 | + <module>../blazegraph-war</module> |
| 98 | + <module>../blazegraph-jar</module> |
| 99 | + <module>../blazegraph-deb</module> |
| 100 | + <module>../blazegraph-rpm</module> |
| 101 | + <module>../blazegraph-tgz</module> |
| 102 | + </modules> |
| 103 | +</project> |
0 commit comments