w

wix-oss-ci-police-aggregator

The aggregator of the 'CI Police' Maven plugin, whose responsibility is to validate Wix Open Source Projects. These validations includes: * Maven POM requirements (e.g., non-blank 'artifactId') * Sonatype requiremetns (e.g., 'scm') * Wix requirements (e.g., 'organization' populated with Wix details) It is consisted two modules: one, is the main module of the plugin, and the other, is a tests module. The reason for having a tests module is that the tests actually runs the plugin. It is therefore expected to be found in Maven's local repository (at least in the local repository); hence, the separation.
https://github.com/wix/wix-oss-ci-police
Apache License, Version 2.0
wix.com
Raz, Ohad
文件下载
文件名 操作
wix-oss-ci-police-aggregator-1.1.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.wix</groupId>
  <artifactId>wix-oss-ci-police-aggregator</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.wix:wix-oss-ci-police-aggregator:1.1.0'
Gradle Kotlin
implementation("com.wix:wix-oss-ci-police-aggregator:1.1.0")
Scala SBT
libraryDependencies += "com.wix" % "wix-oss-ci-police-aggregator" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.wix', module='wix-oss-ci-police-aggregator', version='1.1.0')
)
Apache Ivy
<dependency org="com.wix" name="wix-oss-ci-police-aggregator" rev="1.1.0" />
Leiningen
[com.wix/wix-oss-ci-police-aggregator "1.1.0"]
Apache Buildr
'com.wix:wix-oss-ci-police-aggregator:jar:1.1.0'