reset password
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...
how can i incude the pom.xml in the zip through the maven assembly?
my assembly.xml has



<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
used the <files> tag it worked



<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?
do we use
svn://cs3.calstatela.edu/cs520 or do we create a new one ?
 

talisunep
Posts: 140
Posted 14:06 Apr 16, 2013 |
talisunep wrote:

professor which repository link do we use?
do we use
svn://cs3.calstatela.edu/cs520 or do we create a new one ?
 

 

sorry got it forgot to add the quarter name....


medi
Posts: 1
Posted 22:21 Apr 19, 2013 |

professor 

I am unable to connect to repository and also unable to load svn client