Dear Sean, Many thanks for your reply.
I have another query. What if I have only run maven and not ant ? I ran mvn package. I got 3 warnings which I wanted to see again so I did :- mvn -U clean package I got the 3 warnings :- INFO] Scanning for projects... [WARNING] The project org.dspace:dspace-parent:pom:6.3 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.glassfish.hk2.external:bean-validator:jar:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.dspace.modules:xmlui-mirage2:war:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.glassfish.hk2.external:bean-validator:jar:*' Are they a big deal ? Can I see these warnings in some log file somewhere ? Many thanks, Ashim On Tue, 3 Mar 2020 at 11:57, Sean Carte <[email protected]> wrote: > This may help: > https://wiki.lyrasis.org/display/DSDOC6x/Upgrading+DSpace > > cd [dspace-source]/dspace/ > mvn -U clean package > > cd [dspace-source]/dspace/target/dspace-installer > ant update > > > On Mon, 2 Mar 2020 at 18:54, Ashim Kapoor <[email protected]> > wrote: > >> Dear All, >> >> How can I clean up and run mvn and ant after I have run it once ? >> >> Suppose in my local.cfg I have to modify dspace.dir or the ip address in >> dspace.hostname. How do I re-run mvn and ant after modifying one or both of >> them ? >> >> Many thanks, >> Ashim >> >> -- >> All messages to this mailing list should adhere to the DuraSpace Code of >> Conduct: https://duraspace.org/about/policies/code-of-conduct/ >> --- >> You received this message because you are subscribed to the Google Groups >> "DSpace Technical Support" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/dspace-tech/CAGEJAoEeAFTytTf0wTYhN6ZkR5XAwY0Pq%3D0TaGnAVJW_%3D6AYJw%40mail.gmail.com >> <https://groups.google.com/d/msgid/dspace-tech/CAGEJAoEeAFTytTf0wTYhN6ZkR5XAwY0Pq%3D0TaGnAVJW_%3D6AYJw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > > > -- > > -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/CAGEJAoHcUck1vGQ3gnzU761bfBqBi0khPmS%2B_XdcXa9eZHfg4Q%40mail.gmail.com.
