This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new c794172b9 Remove eclipse-settings-maven-plugin configuration
c794172b9 is described below
commit c794172b953219463021b279a110b46baffb4385
Author: Claude <[email protected]>
AuthorDate: Sun Aug 30 16:32:57 2026 +0000
Remove eclipse-settings-maven-plugin configuration
Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01DSFUYU6mNUCKuneUzpat4T
---
pom.xml | 68 -----------------------------------------------------------------
1 file changed, 68 deletions(-)
diff --git a/pom.xml b/pom.xml
index e6830f59e..612e7c569 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1249,74 +1249,6 @@
</ignorePathsToDelete>
</configuration>
</plugin>
- <plugin>
- <groupId>com.github.veithen.maven</groupId>
- <artifactId>eclipse-settings-maven-plugin</artifactId>
- <version>0.3.0</version>
- <executions>
- <execution>
- <goals>
- <goal>apply</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <bundles>
- <bundle>
- <symbolicName>org.eclipse.jdt.core</symbolicName>
- <properties>
- <property>
-
<name>org.eclipse.jdt.core.formatter.comment.line_length</name>
- <value>120</value>
- </property>
- <property>
-
<name>org.eclipse.jdt.core.formatter.lineSplit</name>
- <value>120</value>
- </property>
- <property>
-
<name>org.eclipse.jdt.core.formatter.tabulation.char</name>
- <value>space</value>
- </property>
- <property>
-
<name>org.eclipse.jdt.core.formatter.indentation.size</name>
- <value>4</value>
- </property>
- </properties>
- </bundle>
- <bundle>
- <symbolicName>org.eclipse.jdt.ui</symbolicName>
- <properties>
- <property>
-
<name>org.eclipse.jdt.ui.text.custom_code_templates</name>
- <value><![CDATA[<?xml version="1.0"
encoding="UTF-8" standalone="no"?><templates><template autoinsert="false"
context="newtype_context" deleted="false" description="Newly created files"
enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.newtype"
name="newtype">/*
- * 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.
- */
-$${filecomment}
-$${package_declaration}
-
-$${typecomment}
-$${type_declaration}</template></templates>]]></value>
- </property>
- </properties>
- </bundle>
- </bundles>
- </configuration>
- </plugin>
</plugins>
</build>