Skip to content

Commit

Permalink
Move Link to model package
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Dec 13, 2020
1 parent 6e82fd3 commit bf6f5b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

// note that this won't be properly consumed by mojo unless it's in the same package as the mojo
package org.codehaus.gmavenplus.mojo;
package org.codehaus.gmavenplus.model;


/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import org.apache.maven.shared.model.fileset.util.FileSetManager;
import org.codehaus.gmavenplus.groovyworkarounds.GroovyDocTemplateInfo;
import org.codehaus.gmavenplus.model.IncludeClasspath;
import org.codehaus.gmavenplus.model.Link;
import org.codehaus.gmavenplus.model.Scopes;
import org.codehaus.gmavenplus.model.Version;
import org.codehaus.gmavenplus.util.FileUtils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.codehaus.gmavenplus.mojo;
package org.codehaus.gmavenplus.model;

import org.junit.Test;

Expand Down

0 comments on commit bf6f5b7

Please sign in to comment.