aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin/src/main
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-07-04 16:59:43 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-07-05 11:09:02 +0200
commit51ca76715e32c847ba232c78521d0deb4ff01404 (patch)
tree7c191277162b593ec2d6af089a29f6040abcad5d /bundle-plugin/src/main
parent49535dc705de69fd225e38238e15f0dd4a14b74f (diff)
Replace 'tonytv' with full name in author tags
Diffstat (limited to 'bundle-plugin/src/main')
-rw-r--r--bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateSourcesMojo.java2
-rw-r--r--bundle-plugin/src/main/java/com/yahoo/container/plugin/osgi/ProjectBundleClassPaths.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateSourcesMojo.java b/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateSourcesMojo.java
index 11f5696c589..2d174f6bb4b 100644
--- a/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateSourcesMojo.java
+++ b/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateSourcesMojo.java
@@ -27,7 +27,7 @@ import static org.twdata.maven.mojoexecutor.MojoExecutor.*;
/**
* Calls the generate-sources phase in the container lifecycle defined in lifecycle.xml.
*
- * @author tonytv
+ * @author Tony Vaagenes
*/
@Mojo(name = "generateSources", requiresDependencyResolution = ResolutionScope.COMPILE, threadSafe = true)
public class GenerateSourcesMojo extends AbstractMojo {
diff --git a/bundle-plugin/src/main/java/com/yahoo/container/plugin/osgi/ProjectBundleClassPaths.java b/bundle-plugin/src/main/java/com/yahoo/container/plugin/osgi/ProjectBundleClassPaths.java
index 545b76b32d7..42033f6ac73 100644
--- a/bundle-plugin/src/main/java/com/yahoo/container/plugin/osgi/ProjectBundleClassPaths.java
+++ b/bundle-plugin/src/main/java/com/yahoo/container/plugin/osgi/ProjectBundleClassPaths.java
@@ -15,7 +15,7 @@ import java.util.Objects;
* Represents the bundles in a maven project and the classpath elements
* corresponding to code that would end up in the bundle.
*
- * @author tonytv
+ * @author Tony Vaagenes
* @author bjorncs
*/
public class ProjectBundleClassPaths {