~ubuntu-branches/ubuntu/utopic/maven-enforcer/utopic

« back to all changes in this revision

Viewing changes to maven-enforcer-plugin/src/main/java/org/apache/maven/plugins/enforcer/EnforceMojo.java

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-12 22:30:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110912223016-e2pk04avoq8bur7t
Tags: 1.0-1
* Team upload
* New upstream release.
* Add more Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 * @goal enforce
47
47
 * @phase validate
48
48
 * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
49
 
 * @version $Id: EnforceMojo.java 728953 2008-12-23 13:52:15Z brett $
 
49
 * @version $Id: EnforceMojo.java 767320 2009-04-21 22:42:24Z bentmann $
50
50
 */
51
51
public class EnforceMojo
52
52
    extends AbstractMojo
64
64
     * The MavenSession
65
65
     * 
66
66
     * @parameter expression="${session}"
 
67
     * @readonly
67
68
     */
68
69
    protected MavenSession session;
69
70