Skip to content

Commit d54da16

Browse files
committed
Set project name for jmx plugin
1 parent 3cc8242 commit d54da16

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

apm-agent-plugins/apm-jmx-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>apm-jmx-plugin</artifactId>
11+
<name>${project.groupId}:${project.artifactId}</name>
1112

1213
<properties>
1314
<apm-agent-parent.base.dir>${project.basedir}/../..</apm-agent-parent.base.dir>

apm-agent-plugins/apm-spring-webmvc-plugin/src/test/java/co/elastic/apm/agent/spring/webmvc/ViewRenderSubtypeTest.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/*-
2+
* #%L
3+
* Elastic APM Java agent
4+
* %%
5+
* Copyright (C) 2018 - 2019 Elastic and contributors
6+
* %%
7+
* Licensed to Elasticsearch B.V. under one or more contributor
8+
* license agreements. See the NOTICE file distributed with
9+
* this work for additional information regarding copyright
10+
* ownership. Elasticsearch B.V. licenses this file to you under
11+
* the Apache License, Version 2.0 (the "License"); you may
12+
* not use this file except in compliance with the License.
13+
* You may obtain a copy of the License at
14+
*
15+
* http://www.apache.org/licenses/LICENSE-2.0
16+
*
17+
* Unless required by applicable law or agreed to in writing,
18+
* software distributed under the License is distributed on an
19+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20+
* KIND, either express or implied. See the License for the
21+
* specific language governing permissions and limitations
22+
* under the License.
23+
* #L%
24+
*/
125
package co.elastic.apm.agent.spring.webmvc;
226

327
import de.neuland.jade4j.spring.view.JadeView;

0 commit comments

Comments
 (0)