GitXplorerGitXplorer
m

error-prone-bootstrap

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
77e0b4cd7bcf9ae09e4cd37f719b3de34bf5c3f4

rename projects for readability

mmadrob committed 8 years ago
Unverified
8fe20ceef1ec51912a6e433bd3655b5439dd22bf

gitignore

mmadrob committed 8 years ago
Unverified
159b68b35ad89632464dea5edd04d0947f315a98

remove idea files

mmadrob committed 8 years ago
Unverified
f5eaf5e4d4f84bdec1807d0239cdcd4a7610872d

Add custom rules as a dependency on compile plugin

mmadrob committed 8 years ago
Unverified
f67f87f6ee0b1018ec298f001618e68941de60a7

initial commit

mmadrob committed 8 years ago

README

The README file for this repository.

This is a multi-module project that attempts to have a custom set of error-prone rules. Hoever, there is a bootstrapping problem wherein the custom rules can't be compiled until all of the rules exist.

Reproduce this failure with

mvn clean package

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile
(default-compile) on project ep-custom: Execution default-compile of goal 
org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile failed: Plugin 
org.apache.maven.plugins:maven-compiler-plugin:3.6.1 or one of its dependencies could not be 
resolved: Failure to find awesome.madrob:ep-custom:jar:0.0-SNAPSHOT in 
https://repository.apache.org/snapshots was cached in the local repository, resolution will not 
be reattempted until the update interval of apache.snapshots has elapsed or updates are forced 
-> [Help 1]