All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.configuration.default-crawler-maven.json Maven / Gradle / Ivy

{
	"mappings": [
		{
			"dir": "${baseDir}",
			"uri": "${baseUri}"
		}
	],
	"steps": [
		{
			"id": "RegexFilter",
			"configuration": {
				"include": ".*",
				"exclude": "^(.*dependenc.*|.*\\/jacoco\\-.*|.*\\/pit-reports\\/.*|.*\\/404.html)$"
			}
		},
		{
			"id": "ApiDocsHtmlReferenceProcessor"
		},
		{
			"id": "XrefHtmlReferenceProcessor"
		},
		{
			"id": "HtmlContentProcessor"
		},
		{
			"id": "PdfContentProcessor"
		},
		{
			"id": "SimpleTokenizer"
		}
	]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy