Skip to content
Snippets Groups Projects

Add lbj maven plugin to your maven project

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Hao Wu
    pom.xml 655 B
      <build>
         <plugins>
           <plugin>
             <groupId>edu.illinois.cs.cogcomp</groupId>
             <artifactId>lbjava-maven-plugin</artifactId>
             <version>2.0</version>
             <configuration>
               <dFlag>lbjava/class/output/</dFlag>
               <gspFlag>path/to/intended/lbjavasrc/output</gspFlag>
               <sourcepathFlag>path/to/src</sourcepathFlag>
               <lbjavaInputFileList>
                <param>path/to/lbjavafile.lbj</param>
                <param>path/to/second/lbjavafile2.lbj</param>
                <param>etc/etc.lbj</param>
               </lbjavaInputFileList>
             </configuration>
           </plugin>
         </plugins>
      </build>
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment