Fixed directory of plugin resources.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68daa1e923
commit
e7ed1f1134
@ -3,7 +3,7 @@
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
maven.jalopy.fileFormat=unix
|
||||
maven.jalopy.style=${plugin.dir}/jalopy_maven.xml
|
||||
maven.jalopy.style=${plugin.resources}/jalopy_maven.xml
|
||||
maven.jalopy.history=none
|
||||
maven.jalopy.logLevel=info
|
||||
maven.jalopy.nbThread=1
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jalopy-plugin</id>
|
||||
<name>Maven Jalopy Plugin</name>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Java Project Management Tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jalopy/</url>
|
||||
|
||||
15
jalopy/xdocs/changes.xml
Normal file
15
jalopy/xdocs/changes.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.1" date="in CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Fixed directory of plugin resources.
|
||||
</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
Loading…
x
Reference in New Issue
Block a user