Skip to content

Commit d898df9

Browse files
build: removed Apache Maven Eclipse Plugin (#5748)
* removed Apache Maven Eclipse Plugin * fixed copyright header * removed outdated example project * removed old example project * Fixed examples checkstyle * fixed copyright plate
1 parent 46caf35 commit d898df9

39 files changed

Lines changed: 311 additions & 1560 deletions

File tree

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2011, 2024 Eurotech and/or its affiliates and others
5-
4+
Copyright (c) 2011, 2025 Eurotech and/or its affiliates and others
5+
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
88
which is available at https://www.eclipse.org/legal/epl-2.0/
9-
9+
1010
SPDX-License-Identifier: EPL-2.0
1111
1212
Contributors:
13-
Eurotech
13+
Eurotech
1414
1515
-->
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -32,16 +32,4 @@
3232
<kura.basedir>${project.basedir}/../..</kura.basedir>
3333
</properties>
3434

35-
<build>
36-
<plugins>
37-
<plugin>
38-
<groupId>org.apache.maven.plugins</groupId>
39-
<artifactId>maven-eclipse-plugin</artifactId>
40-
<version>${maven-eclipse-plugin.version}</version>
41-
<configuration>
42-
<skip>false</skip>
43-
</configuration>
44-
</plugin>
45-
</plugins>
46-
</build>
4735
</project>
Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2024 Eurotech and/or its affiliates and others
5-
4+
Copyright (c) 2017, 2025 Eurotech and/or its affiliates and others
5+
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
88
which is available at https://www.eclipse.org/legal/epl-2.0/
9-
10-
SPDX-License-Identifier: EPL-2.0
11-
12-
Contributors:
13-
Eurotech
9+
10+
SPDX-License-Identifier: EPL-2.0
11+
12+
Contributors:
13+
Eurotech
1414
1515
-->
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -32,16 +32,4 @@
3232
<kura.basedir>${project.basedir}/../..</kura.basedir>
3333
</properties>
3434

35-
<build>
36-
<plugins>
37-
<plugin>
38-
<groupId>org.apache.maven.plugins</groupId>
39-
<artifactId>maven-eclipse-plugin</artifactId>
40-
<version>${maven-eclipse-plugin.version}</version>
41-
<configuration>
42-
<skip>false</skip>
43-
</configuration>
44-
</plugin>
45-
</plugins>
46-
</build>
4735
</project>
Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2024 Eurotech and/or its affiliates and others
5-
4+
Copyright (c) 2017, 2025 Eurotech and/or its affiliates and others
5+
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
88
which is available at https://www.eclipse.org/legal/epl-2.0/
9-
10-
SPDX-License-Identifier: EPL-2.0
11-
12-
Contributors:
13-
Eurotech
9+
10+
SPDX-License-Identifier: EPL-2.0
11+
12+
Contributors:
13+
Eurotech
1414
1515
-->
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -32,16 +32,4 @@
3232
<kura.basedir>${project.basedir}/../..</kura.basedir>
3333
</properties>
3434

35-
<build>
36-
<plugins>
37-
<plugin>
38-
<groupId>org.apache.maven.plugins</groupId>
39-
<artifactId>maven-eclipse-plugin</artifactId>
40-
<version>${maven-eclipse-plugin.version}</version>
41-
<configuration>
42-
<skip>false</skip>
43-
</configuration>
44-
</plugin>
45-
</plugins>
46-
</build>
4735
</project>
Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2011, 2024 Eurotech and/or its affiliates and others
5-
4+
Copyright (c) 2011, 2025 Eurotech and/or its affiliates and others
5+
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
88
which is available at https://www.eclipse.org/legal/epl-2.0/
9-
10-
SPDX-License-Identifier: EPL-2.0
11-
12-
Contributors:
13-
Eurotech
9+
10+
SPDX-License-Identifier: EPL-2.0
11+
12+
Contributors:
13+
Eurotech
1414
1515
-->
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -32,16 +32,4 @@
3232
<kura.basedir>${project.basedir}/../..</kura.basedir>
3333
</properties>
3434

35-
<build>
36-
<plugins>
37-
<plugin>
38-
<groupId>org.apache.maven.plugins</groupId>
39-
<artifactId>maven-eclipse-plugin</artifactId>
40-
<version>${maven-eclipse-plugin.version}</version>
41-
<configuration>
42-
<skip>false</skip>
43-
</configuration>
44-
</plugin>
45-
</plugins>
46-
</build>
4735
</project>
Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2024 Eurotech and/or its affiliates and others
5-
4+
Copyright (c) 2017, 2025 Eurotech and/or its affiliates and others
5+
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
88
which is available at https://www.eclipse.org/legal/epl-2.0/
9-
10-
SPDX-License-Identifier: EPL-2.0
11-
12-
Contributors:
13-
Eurotech
9+
10+
SPDX-License-Identifier: EPL-2.0
11+
12+
Contributors:
13+
Eurotech
1414
1515
-->
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -32,16 +32,4 @@
3232
<kura.basedir>${project.basedir}/../..</kura.basedir>
3333
</properties>
3434

35-
<build>
36-
<plugins>
37-
<plugin>
38-
<groupId>org.apache.maven.plugins</groupId>
39-
<artifactId>maven-eclipse-plugin</artifactId>
40-
<version>${maven-eclipse-plugin.version}</version>
41-
<configuration>
42-
<skip>false</skip>
43-
</configuration>
44-
</plugin>
45-
</plugins>
46-
</build>
4735
</project>
Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2024 Eurotech and/or its affiliates and others
5-
4+
Copyright (c) 2017, 2025 Eurotech and/or its affiliates and others
5+
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
88
which is available at https://www.eclipse.org/legal/epl-2.0/
9-
10-
SPDX-License-Identifier: EPL-2.0
11-
12-
Contributors:
13-
Eurotech
9+
10+
SPDX-License-Identifier: EPL-2.0
11+
12+
Contributors:
13+
Eurotech
1414
1515
-->
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -32,16 +32,4 @@
3232
<kura.basedir>${project.basedir}/../..</kura.basedir>
3333
</properties>
3434

35-
<build>
36-
<plugins>
37-
<plugin>
38-
<groupId>org.apache.maven.plugins</groupId>
39-
<artifactId>maven-eclipse-plugin</artifactId>
40-
<version>${maven-eclipse-plugin.version}</version>
41-
<configuration>
42-
<skip>false</skip>
43-
</configuration>
44-
</plugin>
45-
</plugins>
46-
</build>
4735
</project>
Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2024 Eurotech and/or its affiliates and others
5-
4+
Copyright (c) 2024, 2025 Eurotech and/or its affiliates and others
5+
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
88
which is available at https://www.eclipse.org/legal/epl-2.0/
9-
10-
SPDX-License-Identifier: EPL-2.0
11-
12-
Contributors:
13-
Eurotech
9+
10+
SPDX-License-Identifier: EPL-2.0
11+
12+
Contributors:
13+
Eurotech
1414
1515
-->
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -32,16 +32,4 @@
3232
<kura.basedir>${project.basedir}/../..</kura.basedir>
3333
</properties>
3434

35-
<build>
36-
<plugins>
37-
<plugin>
38-
<groupId>org.apache.maven.plugins</groupId>
39-
<artifactId>maven-eclipse-plugin</artifactId>
40-
<version>${maven-eclipse-plugin.version}</version>
41-
<configuration>
42-
<skip>false</skip>
43-
</configuration>
44-
</plugin>
45-
</plugins>
46-
</build>
4735
</project>

kura/examples/org.eclipse.kura.example.project/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

kura/examples/org.eclipse.kura.example.project/META-INF/MANIFEST.MF

Lines changed: 0 additions & 29 deletions
This file was deleted.

kura/examples/org.eclipse.kura.example.project/OSGI-INF/component.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)