This is an automated email from the ASF dual-hosted git repository. claude pushed a commit to branch feature/restructure in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 99107f7e982ff295b7d8a27d0980a58241f16df6 Author: Claude Warren <[email protected]> AuthorDate: Mon Dec 15 17:29:01 2025 +0000 removed apache-rat-testdata --- apache-rat-core/pom.xml | 1 + apache-rat-testdata/pom.xml | 47 --------------------------- apache-rat-testdata/src/site/apt/index.apt.vm | 28 ---------------- apache-rat-testdata/src/site/site.xml | 27 --------------- 4 files changed, 1 insertion(+), 102 deletions(-) diff --git a/apache-rat-core/pom.xml b/apache-rat-core/pom.xml index 61bbfa49..538592c3 100644 --- a/apache-rat-core/pom.xml +++ b/apache-rat-core/pom.xml @@ -153,6 +153,7 @@ <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> + <scope>compile</scope> </dependency> <dependency> <groupId>org.reflections</groupId> diff --git a/apache-rat-testdata/pom.xml b/apache-rat-testdata/pom.xml deleted file mode 100644 index 63f4040c..00000000 --- a/apache-rat-testdata/pom.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-project</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - <artifactId>apache-rat-testdata</artifactId> - <name>Apache Creadur RAT::Testdata</name> - <properties> - <maven.compiler.source>${javaVersion}</maven.compiler.source> - <maven.compiler.target>${javaVersion}</maven.compiler.target> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <configuration> - <inputExcludes> - <exclude>/src/main/resources/examples/**</exclude> - </inputExcludes> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> -</project> diff --git a/apache-rat-testdata/src/site/apt/index.apt.vm b/apache-rat-testdata/src/site/apt/index.apt.vm deleted file mode 100644 index ce3ecbd2..00000000 --- a/apache-rat-testdata/src/site/apt/index.apt.vm +++ /dev/null @@ -1,28 +0,0 @@ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ Licensed to the Apache Software Foundation (ASF) under one or more -~~ contributor license agreements. See the NOTICE file distributed with -~~ this work for additional information regarding copyright ownership. -~~ The ASF licenses this file to You under the Apache License, Version 2.0 -~~ (the "License"); you may not use this file except in compliance with -~~ the License. You may obtain a copy of the License at -~~ -~~ http://www.apache.org/licenses/LICENSE-2.0 -~~ -~~ Unless required by applicable law or agreed to in writing, software -~~ distributed under the License is distributed on an "AS IS" BASIS, -~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -~~ See the License for the specific language governing permissions and -~~ limitations under the License. -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - ----- - Introduction - ----- - -Apache RAT Testdata - - The testdata submodule contains example data and resources: - - * to be used in tests of RAT itself - - * to represent various languages and file types as input for RAT tests diff --git a/apache-rat-testdata/src/site/site.xml b/apache-rat-testdata/src/site/site.xml deleted file mode 100644 index 2518366f..00000000 --- a/apache-rat-testdata/src/site/site.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" name="Apache RAT™ Testdata"> - <body> - <head><![CDATA[<link href="https://creadur.apache.org/font/matesc.css" type="text/css" rel="stylesheet" />]]></head> - <menu ref="parent"/> - <menu name="Overview"> - <item name="Introduction" href="index.html"/> - </menu> - <menu ref="reports"/> - </body> -</site>
