mirror of https://github.com/apache/maven.git
trying to resurrect this one...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@227292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b1be3e2ff
commit
22744c798d
|
@ -0,0 +1,15 @@
|
||||||
|
package org.apache.maven.script.marmalade.tags;
|
||||||
|
|
||||||
|
public class LifecyclePhaseTag
|
||||||
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param args
|
||||||
|
*/
|
||||||
|
public static void main( String[] args )
|
||||||
|
{
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue