Thanks. looks more "clean" ;-) -- Olivier
2009/1/21 <[email protected]>: > Revision 8851 Author mark Date 2009-01-21 03:04:41 -0600 (Wed, 21 Jan 2009) > > Log Message > > Aligned mojo class name with goal name > > Added Paths > > trunk/mojo/tomcat-maven-plugin/src/main/java/org/codehaus/mojo/tomcat/DeployOnlyMojo.java > > Removed Paths > > trunk/mojo/tomcat-maven-plugin/src/main/java/org/codehaus/mojo/tomcat/OnlyDeployMojo.java > > Diff > > Copied: > trunk/mojo/tomcat-maven-plugin/src/main/java/org/codehaus/mojo/tomcat/DeployOnlyMojo.java > (from rev 8850, > trunk/mojo/tomcat-maven-plugin/src/main/java/org/codehaus/mojo/tomcat/OnlyDeployMojo.java) > (0 => 8851) > > --- > trunk/mojo/tomcat-maven-plugin/src/main/java/org/codehaus/mojo/tomcat/DeployOnlyMojo.java > > (rev 0) > +++ > trunk/mojo/tomcat-maven-plugin/src/main/java/org/codehaus/mojo/tomcat/DeployOnlyMojo.java > 2009-01-21 > 09:04:41 UTC (rev 8851) > @@ -0,0 +1,38 @@ > +package org.codehaus.mojo.tomcat; > + > +/* > + * Licensed to the Apache Software Foundation (ASF) under one > + * or more contributor license agreements. See the NOTICE file > + * distributed with this work for additional information > + * regarding copyright ownership. The ASF licenses this file > + * to you under the Apache License, Version 2.0 (the > + * "License"); you may not use this file except in compliance > + * with the License. You may obtain a copy of the License at > + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, > + * software distributed under the License is distributed on an > + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > + * KIND, either express or implied. See the License for the > + * specific language governing permissions and limitations > + * under the License. > + */ > + > + > +/** > + * > + * Deploy a WAR to Tomcat witjout forking the package lifecycle > + * > + * @goal deploy-only > + * @author olamy > + * > + * > + * @version $Id$ > + * @since 1.0-alpha-2 > + */ > +public class DeployOnlyMojo > + extends AbstractDeployWarMojo > +{ > + // no-op : only mojo metadata overriding > +} > > Deleted: > trunk/mojo/tomcat-maven-plugin/src/main/java/org/codehaus/mojo/tomcat/OnlyDeployMojo.java > (8850 => 8851) > > --- > trunk/mojo/tomcat-maven-plugin/src/main/java/org/codehaus/mojo/tomcat/OnlyDeployMojo.java > 2009-01-21 > 01:17:09 UTC (rev 8850) > +++ > trunk/mojo/tomcat-maven-plugin/src/main/java/org/codehaus/mojo/tomcat/OnlyDeployMojo.java > 2009-01-21 > 09:04:41 UTC (rev 8851) > @@ -1,38 +0,0 @@ > -package org.codehaus.mojo.tomcat; > - > -/* > - * Licensed to the Apache Software Foundation (ASF) under one > - * or more contributor license agreements. See the NOTICE file > - * distributed with this work for additional information > - * regarding copyright ownership. The ASF licenses this file > - * to you under the Apache License, Version 2.0 (the > - * "License"); you may not use this file except in compliance > - * with the License. You may obtain a copy of the License at > - * > - * http://www.apache.org/licenses/LICENSE-2.0 > - * > - * Unless required by applicable law or agreed to in writing, > - * software distributed under the License is distributed on an > - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > - * KIND, either express or implied. See the License for the > - * specific language governing permissions and limitations > - * under the License. > - */ > - > - > -/** > - * > - * Deploy a WAR to Tomcat witjout forking the package lifecycle > - * > - * @goal deploy-only > - * @author olamy > - * > - * > - * @version $Id$ > - * @since 1.0-alpha-2 > - */ > -public class OnlyDeployMojo > - extends AbstractDeployWarMojo > -{ > - // no-op : only mojo metadata overriding > -} > > ________________________________ > > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
