Author | Message |
---|---|
talisunep
Posts: 140
|
Posted 20:47 Apr 15, 2013 |
professor i am getting the zip output in my target after package from maven however the zip file does not contain the pom.xml... <fileSet> <directory>src</directory> <outputDirectory>src</outputDirectory> </fileSet> |
cysun
Posts: 2935
|
Posted 20:53 Apr 15, 2013 |
Read the examples. |
talisunep
Posts: 140
|
Posted 21:00 Apr 15, 2013 |
thank you <files> <file> <source>pom.xml</source> <outputDirectory>/</outputDirectory> <filtered>true</filtered> </file>
|
talisunep
Posts: 140
|
Posted 21:32 Apr 15, 2013 |
professor which repository link do we use? |
talisunep
Posts: 140
|
Posted 14:06 Apr 16, 2013 |
|
medi
Posts: 1
|
Posted 22:21 Apr 19, 2013 |
professor I am unable to connect to repository and also unable to load svn client |