Skip to content

zapletnev/fmaven

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fmaven

Fantom Maven Plugin has been designed to make working with fantom as easy as possible. The fmaven plug-in is used for compiling/testing/running Fantom code in maven. If there are problems please let us know.

Usage

<build>
  <plugins>
    ...
    <plugin>
      <groupId>com.xored</groupId>
  		<artifactId>fmaven-plugin</artifactId>
  		<version>0.0.1-SNAPSHOT</version>
  		<extensions>true</extensions>
  		<configuration>
  	    <podName>HelloPod</podName>
        <podVersion>1.0.0</podVersion>
        <podSummary>Hello Pod Summary</podSummary>
        <srcDirs>
          <srcDir>fan/</srcDir>
          <srcDir>tests/</srcDir>
        </srcDirs>
      </configuration>
    </plugin>        
  </plugins>
</build>

Depencencies

<dependencies>
  ...
  <dependency>
	  <groupId>org.fantom</groupId>
    <artifactId>sys</artifactId>
    <version>1.0.64</version>
    <type>pod</type>
  </dependency>
</dependencies>

About

Fantom Maven Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.3%
  • Fantom 33.8%
  • Shell 13.9%