Option 1. Use profile with os.family. windows_profile Windows ${java.home}/../lib/tools.jar osx_profile mac ${java.home}/../Classes/classes.jar - Activating a profile by default: add the 'activateByDefault' element into the 'activation' element. true ... Option 2. Use -P option. win ${java.home}/../lib/tools.jar
보호되어 있는 글입니다.
1. Install GraphvizGraphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains. - Download graphviz(graphviz-2.3..
1. Download jar file from link below.https://github.com/roclas/pomParser/raw/master/lib/pom_parser-1.0.jar 2.1. Option 1- Gather all your pom files and change their names (so they don't overwrite each other) and copy them to an EMPTY directory.- Just get the latest jar from https://github.com/roclas/pomParser/raw/master/lib/pom_parser-1.0.jar and use it like this:java -jar pom_parser-X.X.jar _or..
1. Install GraphvizGraphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains. - Download graphviz(graphviz-2.3..
sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo sudo sed -i s/\$releasever/6/g /etc/yum.repos.d/epel-apache-maven.repo sudo yum install -y apache-maven mvn --version
Versioning: SVN의 revision 정보를 이용하여 versioning합니다. 이 때 사용되는 revision 정보는 해당 module의 최종 revision만을 사용합니다. 때문에 전체 build를 하는 경우 각 module별로 최종 revision 정보가 다를 수 있음을 참고하시기 바랍니다. File: trunk/pom.xml Changes: add plugin Before1: pom.xml billing-interface After1: pom.xml billing-interface-${workingCopyDirectory.revision} Case2: war가 tar.gz로 배포되는 경우 war 파일명에 version 정보를 포함. (예: provision interface) Before..
pom.xml 4.0.0 com.real.tps.rbt3.cli.provision provision-interface-vfes war 1.0 Provisioning Interface Implementation For VF-ES maven2-repository.dev.java.net Java.net Maven 2 Repository http://download.java.net/maven/2 legacy maven2-repository.dev.java.net Java.net Maven 2 Repository http://download.java.net/maven/2 com.real.tps.rbt3.cli provisioning 1.0 com.real.tps.rbt3.common rbt-api-vfes 1.0..
출처: https://maven-jaxb2-plugin.dev.java.net/docs/guide.html About the plugin JAXB2 Maven2 plugin which allows you to generate code with JAXB RI in Maven builds. The plugin takes part in the generate-code phase and produces code of the schema-derived classes (plus maybe some other resources) out of the XML Schemas, DTDs and so on. Using the plugin Basic usage In order to use the plugin, you first..
Use -DskipTests to skip tests instead of -Dmaven.test.skip or -Dmaven.test.skip.exec. maven.test.skip: skip compile of test code and execution maven.test.skip.exec: compile and skip execution The Surefire Plugin is used during the test phase of the build lifecucle to execute the unit tests of an application. It generates reports in 2 different file formats: Plain text files (*.txt) XML files (*...
Configuration and Usage Introduction This document is intended to provide instructions for using the maven-assembly-plugin. In order for this discussion to be useful, it's critical to cover two topics: configuration of the plugin - both inside the POM and, where possible, from the command line - and the different execution styles. For the sake of clarity, we'll cover configuration before executi..
Maven standard directory layout Directory Description src/main/java Application/Library sources src/main/resources Application/Library resources src/main/filters Resource filter files src/main/assembly Assembly descriptors src/main/config Configuration files src/main/webapp Web application sources src/test/java Test sources src/test/resources Test resources src/test/filters Test filter files src..
Locate profiles.xml file into /${base_dir} profiles.xml qa qa prod true prod Register an environment variables in attribute pom.xml ... src/main/filters/${env-resource}/env.properties true src/main/resources/ ... Build command mvn package -P [profile_id] attribute에 설정한 파일과 동일한 파일이 attribute에서 지정한 디렉토리내에 존재한다면 아래와 같은 처리가 가능 log4j.rootLogger=${log4j.rootLogger} attribute에 설정한 파일과 동일한 파일이 attribute..
Guide to Working with Manifests In order to modify the manifest of the resultant JAR produced by the jar plug-in you need to create a configuration for the jar plug-in. In this first example we'll add some entries to the manifest by specifying what we'd like in the configuration element of the jar plug-in: ... org.apache.maven.plugins maven-jar-plugin 2.2 development ${pom.url} ... As you see ab..
Command Line Reference The following command line options are availabl when running Maven: usage: mvn [options] [] [] Options: -q,--quiet Quiet output - only show errors -C,--strict-checksums Fail the build if checksums don't match -c,--lax-checksums Warn if checksums don't match -P,--activate-profiles Comma-delimited list of profiles to activate -ff,--fail-fast Stop at first failure in reactori..
- Total
- Today
- Yesterday
- svn
- spring boot
- ssh
- monitoring
- Tomcat
- spring
- Oracle
- Kubernetes
- Dependency
- nodejs
- zookeeper
- install
- SBM
- log4j
- jboss
- JSF
- Guava
- Shell
- bash
- bouncycastle
- dump
- Java
- Jose
- docker
- EMV
- SMPP
- OOP
- Heap
- Maven
- ubuntu
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |