icecp-module-template

Maven template for common ICECP module properties, profiles, dependencies, etc.

License

License

GroupId

GroupId

com.intel.icecp
ArtifactId

ArtifactId

icecp-module-template
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

icecp-module-template
Maven template for common ICECP module properties, profiles, dependencies, etc.
Project URL

Project URL

https://github.com/icecp/icecp-module-template
Source Code Management

Source Code Management

https://github.com/icecp/icecp-module-template

Download icecp-module-template

How to add to project

<!-- https://jarcasting.com/artifacts/com.intel.icecp/icecp-module-template/ -->
<dependency>
    <groupId>com.intel.icecp</groupId>
    <artifactId>icecp-module-template</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.intel.icecp/icecp-module-template/
implementation 'com.intel.icecp:icecp-module-template:0.2.0'
// https://jarcasting.com/artifacts/com.intel.icecp/icecp-module-template/
implementation ("com.intel.icecp:icecp-module-template:0.2.0")
'com.intel.icecp:icecp-module-template:pom:0.2.0'
<dependency org="com.intel.icecp" name="icecp-module-template" rev="0.2.0">
  <artifact name="icecp-module-template" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.intel.icecp', module='icecp-module-template', version='0.2.0')
)
libraryDependencies += "com.intel.icecp" % "icecp-module-template" % "0.2.0"
[com.intel.icecp/icecp-module-template "0.2.0"]

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.

icecp-module-template

This repository provides a parent POM for quicker module development. It provides common properties, profiles, dependencies, etc., that the team has found useful while developing modules.

Install

  1. Run mvn install

Use

Insert the following in the module that will use this module's properties:

<parent>
    <groupId>com.intel.icecp</groupId>
    <artifactId>icecp-module-template</artifactId>
    <version>LATEST</version>
</parent>

LATEST will ensure the latest template is retrieved which means any updates to the template will be reflected in the descending modules; if these updates are undesired, the specific POM version should be used, e.g. 0.1.0

License

Copyright © 2016, Intel Corporation

Licensed 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.

com.intel.icecp

ICECP

Information-Centric Edge Compute Platform

Versions

Version
0.2.0