diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 67dab04..0000000 --- a/pom.xml +++ /dev/null @@ -1,114 +0,0 @@ - - 4.0.0 - - io.sf.carte - css4j-dist - 3.5.1 - - io.sf.carte - css4j-agent - jar - - - io.sf.carte - css4j - ${project.parent.version} - jar - compile - false - - - io.sf.carte - xml-dtd - [3.5.1,) - jar - compile - false - - - io.sf.carte - css4j - ${project.parent.version} - test-jar - test - - - nu.validator - htmlparser - [1.4,1.5) - compile - false - - - - org.slf4j - slf4j-api - [1.7.28,) - compile - false - - - - ${project.basedir}/build - ${project.build.directory}/bin - ${project.artifactId}-${project.version} - ${project.build.directory}/testbin - ${project.basedir}/src - ${project.basedir}/junit - - - org.apache.maven.plugins - maven-javadoc-plugin - - - https://docs.oracle.com/en/java/javase/11/docs/api/ - https://css4j.github.io/api/3/ - https://about.validator.nu/htmlparser/apidocs/ - - - - - - - ${project.build.sourceDirectory} - - **/*.java - - - - ${project.basedir} - - LICENSE.txt - LICENSES.txt - - - - - - ${project.basedir}/junit - - **/*.java - - - - - - scm:git:https://github.com/css4j/css4j-agent.git - https://github.com/css4j/css4j-agent - - - - github - GitHub css4j Apache Maven Packages - https://maven.pkg.github.com/css4j/css4j-agent - - - - https://github.com/css4j/css4j-agent/issues - -