autoscatto / iccecco

Interpolation Checker Maven plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iccecco

Interpolation Checker Maven plugin

Badges
Build Status
Download

INSTALL

pom.xml

...
<dependencies>
...
<dependency>
  <groupId>com.github.autoscatto</groupId>
  <artifactId>iccecco</artifactId>
  <version>0.0.2</version>
  <type>pom</type>
</dependency>
</dependencies>

settings.xml

<?xml version="1.0" encoding="UTF-8" ?>
<settings xsi:schemaLocation='http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd'
          xmlns='http://maven.apache.org/SETTINGS/1.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>

    <profiles>
        <profile>
            <repositories>
                <repository>
                    <snapshots>
                        <enabled>false</enabled>
                    </snapshots>
                    <id>bintray-autoscatto-githubbo</id>
                    <name>bintray</name>
                    <url>https://dl.bintray.com/autoscatto/githubbo</url>
                </repository>
            </repositories>
            <pluginRepositories>
                <pluginRepository>
                    <snapshots>
                        <enabled>false</enabled>
                    </snapshots>
                    <id>bintray-autoscatto-githubbo</id>
                    <name>bintray-plugins</name>
                    <url>https://dl.bintray.com/autoscatto/githubbo</url>
                </pluginRepository>
            </pluginRepositories>
            <id>bintray</id>
        </profile>
    </profiles>
    <activeProfiles>
        <activeProfile>bintray</activeProfile>
    </activeProfiles>
</settings>

About

Interpolation Checker Maven plugin

License:MIT License


Languages

Language:Java 78.0%Language:Dockerfile 12.5%Language:HCL 8.7%Language:Shell 0.8%