달력

1

« 2025/1 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
2008. 3. 15. 01:21

Appfuse Maven Plugin(AMP) 프레임워크2008. 3. 15. 01:21

mvn appfuse:gen -Dentity=name [-DdisableInstallation=true]

mvn appfuse:install -Dentity=name

mvn appfuse:remove -Dentity=name

mvn appfuse:gen-model

source code template을 customizing하기 위해서는

1. Checkout the plugin from SVN (username: guest, password: <blank>):

svn co https://appfuse.dev.java.net/svn/appfuse/trunk/plugins/appfuse-maven-plugin appfuse-maven-plugin

2. Customize the templates in src/main/resources/appfuse.

3. Run mvn install (use -Dmaven.test.skip=true if tests fail and you don't want to fix them).

4. Make sure your project matches the version number you just installed.

AppFuse의 source를 프로젝트에 인스톨하기

mvn appfuse:full-source

:
Posted by codetemplate