[ANN] Apache Maven Jarsigner 3.0.0 Released

2018-10-31 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache  
Maven Jarsigner, version 3.0.0


This component provides some utilities to sign/verify jars/files in your  
Mojos.


https://maven.apache.org/shared/maven-jarsigner/


  org.apache.maven.shared
  maven-jarsigner
  3.0.0


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/shared/maven-jarsigner/download.cgi

Release Notes - Maven Shared Components - Version maven-jarsigner-3.0.0

** Bug
* [MSHARED-654] - Add support of the "certchain" parameter in  
JarSigner sign operation


** Improvement
* [MSHARED-507] - Upgrade maven-shared-components parent to version 22
* [MSHARED-508] - Upgrade maven-shared-utils to 3.0.0
* [MSHARED-510] - Add missing apache-rat-plugin configuration for  
keystore

* [MSHARED-530] - Upgrade maven-shared-components parent to version 30
* [MSHARED-764] - Upgrade to JDK 1.7

** Task
* [MSHARED-509] - Upgrade Maven 3.X Only JDK 1.6
* [MSHARED-626] - Upgrade of 'maven-shared-utils' to 3.2.0.

** Dependency upgrade
* [MSHARED-736] - Upgrade parent to 31
* [MSHARED-739] - Upgrade mave-surefire/failsafe-plugin 2.21.0
* [MSHARED-745] - Upgrade maven-shared-utils to 3.2.1
* [MSHARED-746] - Upgrade junit to junit 4.12


Enjoy,

-The Apache Maven team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Need advice to put my bootstrap template in Maven archetype web app

2018-10-31 Thread Karen Goh



On Tue, 10/30/18, jieryn  wrote:

 Subject: Re: Need advice to put my bootstrap template in Maven archetype web 
app
 To: "Maven Users List" , karenwo...@yahoo.com
 Date: Tuesday, October 30, 2018, 8:31 PM
 
 https://maven.apache.org/plugins/maven-war-plugin/usage.html

Hi Jieryn,

Just to clarify, so I have to place the WebContent folder which contents all my 
bootstrap css etc under the resources ?

I am confused cos the title is how to WAR plug in where is my question is more 
on the Maven structure directory usage for 3rd party bootstrap template.


 On
 Sun, Oct 28, 2018 at 4:37 AM Karen Goh 
 wrote:
 >
 > Hi,
 >
 > I have been
 struggling for 2 days where to put my bootstrap template
 that comes with pre-build template which includes css, fonts
 etc. inside my maven web project without success.
 >
 > The problem - jsp is
 not rendering the bootstrap layout.  It was rendering ok
 before I changed the project structure which meets the Maven
 project standard structure.
 >
 > This is a 3rd party bootstrap template.
 >
 > After reading up the
 maven project structure, I have tried to put it under
 src/main/resources, tried under src, tried moving around all
 parts of the directory but to no avail
 >
 > I also used the below
 structure to move my WebContent which included this template
 but it is still not working
 >
 > https://stackoverflow.com/questions/15529184/where-to-place-twitter-bootstrap-files-in-a-maven-project
 >
 > Here's my pom.xml
 :
 >
 > https://ibb.co/fesnGV
 >
 > https://ibb.co/m7GQ3A
 >
 >
 >
 Here's where my bootstrap ended now (still not working)
 - where I put the jsp files and WebContent separately.
 >
 > https://ibb.co/fKArbV
 >
 > Please tell me where
 should I put the bootstrap template.
 >
 > Thank you & regards,
 > Karen
 >
 >
 >
 >
 -
 > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 > For additional commands, e-mail: users-h...@maven.apache.org
 >
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org