https://github.com/apache/maven-ant-tasks
Mirror of Apache Maven ant tasks
https://github.com/apache/maven-ant-tasks
build-management java maven
Last synced: 11 months ago
JSON representation
Mirror of Apache Maven ant tasks
- Host: GitHub
- URL: https://github.com/apache/maven-ant-tasks
- Owner: apache
- Created: 2009-05-21T02:08:07.000Z (about 17 years ago)
- Default Branch: trunk
- Last Pushed: 2023-04-14T17:21:25.000Z (about 3 years ago)
- Last Synced: 2025-04-03T04:17:01.235Z (over 1 year ago)
- Topics: build-management, java, maven
- Language: Java
- Size: 861 KB
- Stars: 6
- Watchers: 3
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Maven Ant Tasks
$Id$
Building the Ant Tasks
----------------------
The Maven Ant Tasks can be build with Maven 2.x (2.2.1 is recommended). From the root directory run
"mvn install"
The resulting output will be generated to the "target" directory.
Running the tests
-----------------
The test suite is contained in the file "build-tests.xml". This can be run using Ant 1.6.x or 1.7.x.
"ant -f build-tests.xml"
Note: some of the tests require a running ssh server. How you start sshd will depend on your system.
For example on Fedora Linux, you can start the ssh deamon using "service sshd start"