Skip to content

Commit

Permalink
update license plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Apr 18, 2013
1 parent e0e97b2 commit d5f7f82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
18 changes: 3 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
<jetty.version>7.5.1.v20110908</jetty.version>
<jansi.version>1.8</jansi.version>
<findbugs.version>2.5</findbugs.version>
<!--<jetty.version>8.0.1.v20110908</jetty.version>-->

<maven-license-plugin.version>1.9.0</maven-license-plugin.version>
</properties>

<developers>
Expand Down Expand Up @@ -393,7 +394,7 @@
<build>
<plugins>
<plugin>
<groupId>com.google.code.maven-license-plugin</groupId>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.9.0</version>
<configuration>
Expand All @@ -417,19 +418,6 @@
</plugins>
</build>

<pluginRepositories>
<pluginRepository>
<id>mc-release</id>
<name>Local Maven repository of releases</name>
<url>http://mc-repo.googlecode.com/svn/maven2/releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
</profile>

<profile>
Expand Down
3 changes: 2 additions & 1 deletion src/main/javadocHeaders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<firstLine>/**</firstLine>
<beforeEachLine> * </beforeEachLine>
<endLine> */</endLine>
<!--<skipLine>packa</skipLine>-->
<isMultiline>true</isMultiline>
<allowBlankLines>false</allowBlankLines>
<firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern>
<lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern>
</javadoc_style>
Expand Down
2 changes: 1 addition & 1 deletion src/main/licenseHeader.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Logback: the reliable, generic, fast and flexible logging framework.
Copyright (C) 1999-2011, QOS.ch. All rights reserved.
Copyright (C) 1999-2013, QOS.ch. All rights reserved.

This program and the accompanying materials are dual-licensed under
either the terms of the Eclipse Public License v1.0 as published by
Expand Down

0 comments on commit d5f7f82

Please sign in to comment.