Hi,
Just trying out the License Maven Plugin.
Is there like a way to customize the copyright header to use double slash // comments instead of the default comment box?
Here's what I want to implement and see on top of a java file.
// Copyright (c) <year> <company>
// All Rights Reserved.
// No part of this software may be reproduced, stored, used, modified or transmitted in any form or in any means
// (including without limitation, electronic, mechanical, photocopying, recording or otherwise) without the prior
// express written consent of <company> which may be withheld in <company>'s sole and absolute discretion.
How can this be configured using the plugin? Is it possible?
Thanks.