Maven Repository - POM file for RDF jena-core 2.7.4 2.7.4

Summary

jena-core.

Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine..

Declaration

Here is the list of declaration for jena-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.jena</groupId>
   <artifactId>jena-core</artifactId>
   <version>2.7.4</version>
</dependency>

If you think this Maven repository POM file listing for jena-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Apache License.

Depends on

The jena-core-2.7.4 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
ParserxercesImpl 2.10.0
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program....
29

Plugin

The following plugins are used in the jena-core-2.7.4.jar

  1. maven-compiler-plugin
  2. maven-jar-plugin
  3. maven-javadoc-plugin
  4. maven-resources-plugin
  5. maven-source-plugin
  6. maven-surefire-plugin




Packages

The following packages are defined in the jena-core-2.7.4.jar

com.hp.hpl.jena
com.hp.hpl.jena.assembler
com.hp.hpl.jena.assembler.assemblers
com.hp.hpl.jena.assembler.exceptions
com.hp.hpl.jena.datatypes
com.hp.hpl.jena.datatypes.xsd
com.hp.hpl.jena.datatypes.xsd.impl
com.hp.hpl.jena.enhanced
com.hp.hpl.jena.graph
com.hp.hpl.jena.graph.compose
com.hp.hpl.jena.graph.impl
com.hp.hpl.jena.graph.query
com.hp.hpl.jena.graph.query.regexptrees
com.hp.hpl.jena.mem
com.hp.hpl.jena.n3
com.hp.hpl.jena.n3.turtle
com.hp.hpl.jena.n3.turtle.parser
com.hp.hpl.jena.ontology
com.hp.hpl.jena.ontology.impl
com.hp.hpl.jena.rdf.arp
com.hp.hpl.jena.rdf.arp.impl
com.hp.hpl.jena.rdf.arp.lang
com.hp.hpl.jena.rdf.arp.states
com.hp.hpl.jena.rdf.listeners
com.hp.hpl.jena.rdf.model
com.hp.hpl.jena.rdf.model.impl
com.hp.hpl.jena.reasoner
com.hp.hpl.jena.reasoner.rulesys
com.hp.hpl.jena.reasoner.rulesys.builtins
com.hp.hpl.jena.reasoner.rulesys.impl
com.hp.hpl.jena.reasoner.transitiveReasoner
com.hp.hpl.jena.shared
com.hp.hpl.jena.shared.impl
com.hp.hpl.jena.shared.uuid
com.hp.hpl.jena.shared.wg
com.hp.hpl.jena.util
com.hp.hpl.jena.util.cache
com.hp.hpl.jena.util.iterator
com.hp.hpl.jena.vocabulary
com.hp.hpl.jena.xmloutput
com.hp.hpl.jena.xmloutput.impl
jena
jena.cmdline




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="utf-8"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->

<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>
  <groupId>org.apache.jena</groupId>
  <artifactId>jena-core</artifactId>
  <packaging>jar</packaging>
  <name>jena-core</name>
  <version>2.7.4</version>

  <parent>
    <groupId>org.apache.jena</groupId>
    <artifactId>jena-parent</artifactId>
    <version>4</version>
    <relativePath>../jena-parent</relativePath>
  </parent>

  <!-- Need when the parent is a snapshot -->
  <repositories>
    <repository>
      <id>apache.snapshots</id>
      <name>Apache Snapshot Repository</name>
      <url>http://repository.apache.org/snapshots</url>
      <releases>
  <enabled>false</enabled>
      </releases>
    </repository>
  </repositories>

  <description>Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.</description>

  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.7.4/jena-core</connection>
    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/jena/tags/jena-2.7.4/jena-core</developerConnection>
    <url>https://svn.apache.org/repos/asf/jena/tags/jena-2.7.4/jena-core</url>
  </scm>

  <properties>
    <ver.xerces>2.10.0</ver.xerces>
    <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
    <build.time.xsd>${maven.build.timestamp}</build.time.xsd>
  </properties>

  <dependencies>

    <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-iri</artifactId>
       <version>0.9.4</version>
    </dependency>

     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
       <version>${ver.xerces}</version>
     </dependency>

  </dependencies>

  <build>
  
    <resources>
      <resource>
        <directory>etc</directory>
        <targetPath>etc</targetPath>
        <filtering>false</filtering>
      </resource>

      <resource>
        <directory>vocabularies</directory>
        <targetPath>vocabularies</targetPath>
        <filtering>false</filtering>
        <includes>
          <include>assembler.n3</include>
        </includes>
      </resource>

      <resource>
        <directory>src/main/java</directory>
        <includes>
          <include>jena-log4j.properties</include>
        </includes>
        <filtering>false</filtering>
      </resource>

  
  <!-- <copy file="src/main/resources/jena-properties.xml" toFile="${project.basedir}/target/classes/com/hp/hpl/jena/jena-properties.xml" overwrite="true">
   -->
      <resource>
        <filtering>false</filtering>
        <directory>src/main/resources</directory>
      </resource>
      <resource>
        <targetPath>com/hp/hpl/jena/</targetPath>
        <filtering>true</filtering>
        <directory>src/main/resources</directory>
      </resource>
    </resources>
  
  
    <plugins>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <systemProperties>
            <property>
              <name>log4j.configuration</name>
              <value>jena-test-log4j.properties</value>
            </property>
          </systemProperties>
          <includes>
            <include>com/hp/hpl/jena/test/TestPackage.java</include>
          </includes>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <executions>
          <execution>
            <id>attach-sources</id>
            <phase>package</phase>
            <goals>
        <goal>jar-no-fork</goal>
            </goals>
          </execution>
          <execution>
            <id>attach-sources-test</id>
            <phase>package</phase>
            <goals>
              <goal>test-jar-no-fork</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <author>true</author>
          <version>true</version>
          <show>public</show>
          <quiet>true</quiet>
          <encoding>UTF-8</encoding>
          <windowtitle>Apache Jena</windowtitle>
          <doctitle>Apache Jena Core ${project.version}</doctitle>
          <bottom>Licenced under the Apache License, Version 2.0</bottom>
          <excludePackageNames>com.hp.hpl.jena.shared.*:*.impl:com.hp.hpl.jena.assembler.assemblers:*.exceptions:*.regexptrees:com.hp.hpl.jena.mem:com.hp.hpl.jena.mem.*:com.hp.hpl.jena.n3:com.hp.hpl.jena.n3.*:com.hp.hpl.jena.rdf.arp.*:com.hp.hpl.jena.util.*:jena.cmdline:jena.util</excludePackageNames>
          <groups>
            <group>
              <title>API - Application Programming Interface</title>
              <packages>com.hp.hpl.jena.db:com.hp.hpl.jena.rdf.model:com.hp.hpl.jena.rdf.listeners:com.hp.hpl.jena.rdf.arp:com.hp.hpl.jena.rdf.arp.lang:com.hp.hpl.jena.datatypes:com.hp.hpl.jena.datatypes.xsd:com.hp.hpl.jena.rdql:com.hp.hpl.jena.shared:com.hp.hpl.jena.vocabulary:com.hp.hpl.jena.xmloutput:com.hp.hpl.jena.ontology:com.hp.hpl.jena.ontology.daml:com.hp.hpl.jena.reasoner:com.hp.hpl.jena.reasoner.rulesys:com.hp.hpl.jena.reasoner.rulesys.builtins:com.hp.hpl.jena.reasoner.transitiveReasoner:com.hp.hpl.jena.reasoner.dig</packages>
            </group>
            <group>
              <title>SPI - System Programming Interface</title>
              <packages>com.hp.hpl.jena.enhanced:com.hp.hpl.jena.graph:com.hp.hpl.jena.graph.compose:com.hp.hpl.jena.graph.query:com.hp.hpl.jena.util:com.hp.hpl.jena.util.iterator</packages>
            </group>
            <group>
              <title>Command line tools</title>
              <packages>jena</packages>
            </group>
            <group>
              <title>Other Packages</title>
              <packages>com.hp.hpl.jena.assembler</packages>
            </group>
          </groups>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-resources-plugin</artifactId>
      </plugin>

      <!-- see: http://maven.apache.org/guides/mini/guide-attached-tests.html -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

    </plugins>
  </build>

  <reporting>
    <!-- <outputDirectory>${project.build.directory}/site</outputDirectory> -->
  </reporting>

</project>