r174 - in trunk: jredmine-client/src/main/assembly jredmine-client/src/main/redmine/jredmine jredmine-client/src/main/redmine/jredmine/app/controllers jredmine-client/src/main/redmine/jredmine/config jredmine-client/src/test/resources maven-jredmine-plugin/src/it maven-jredmine-plugin/src/it/multi maven-jredmine-plugin/src/it/multi/module1 maven-jredmine-plugin/src/it/multi/module2 maven-jredmine-plugin/src/it/report maven-jredmine-plugin/src/it/single maven-jredmine-plugin/src/it/single/
Author: tchemit Date: 2010-11-21 17:22:26 +0100 (Sun, 21 Nov 2010) New Revision: 174 Url: http://nuiton.org/repositories/revision/jredmine/174 Log: Evolution #1088: Use new maven-license-plugin mecanism to update file headers Removed: trunk/src/license/ Modified: trunk/jredmine-client/src/main/assembly/jredmine_rails.xml trunk/jredmine-client/src/main/redmine/jredmine/app/controllers/jredmine_controller.rb trunk/jredmine-client/src/main/redmine/jredmine/config/routes.rb trunk/jredmine-client/src/main/redmine/jredmine/init.rb trunk/jredmine-client/src/test/resources/log4j.properties trunk/jredmine-client/src/test/resources/test-config.properties trunk/maven-jredmine-plugin/src/it/multi/invoker.properties trunk/maven-jredmine-plugin/src/it/multi/module1/pom.xml trunk/maven-jredmine-plugin/src/it/multi/module2/pom.xml trunk/maven-jredmine-plugin/src/it/multi/pom.xml trunk/maven-jredmine-plugin/src/it/multi/verify.groovy trunk/maven-jredmine-plugin/src/it/report/invoker.properties trunk/maven-jredmine-plugin/src/it/report/pom.xml trunk/maven-jredmine-plugin/src/it/report/verify.groovy trunk/maven-jredmine-plugin/src/it/settings.xml trunk/maven-jredmine-plugin/src/it/single/invoker.properties trunk/maven-jredmine-plugin/src/it/single/pom.xml trunk/maven-jredmine-plugin/src/it/single/src/main/java/org/nuiton/jredmine/plugin/MyClass.java trunk/maven-jredmine-plugin/src/it/single/verify.groovy trunk/maven-jredmine-plugin/src/it/single_failed/invoker.properties trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml trunk/maven-jredmine-plugin/src/it/single_failed/src/main/java/org/nuiton/jredmine/plugin/MyClass.java trunk/maven-jredmine-plugin/src/it/single_failed/verify.groovy trunk/maven-jredmine-plugin/src/it/skip-report/invoker.properties trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml trunk/maven-jredmine-plugin/src/it/skip-report/verify.groovy trunk/maven-jredmine-plugin/src/main/resources/log4j.properties trunk/maven-jredmine-plugin/src/main/resources/redmine-report.properties trunk/maven-jredmine-plugin/src/main/resources/redmine-report_de.properties trunk/maven-jredmine-plugin/src/main/resources/redmine-report_en.properties trunk/maven-jredmine-plugin/src/main/resources/redmine-report_fr.properties trunk/maven-jredmine-plugin/src/test/resources/log4j.properties Modified: trunk/jredmine-client/src/main/assembly/jredmine_rails.xml =================================================================== --- trunk/jredmine-client/src/main/assembly/jredmine_rails.xml 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/jredmine-client/src/main/assembly/jredmine_rails.xml 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +<!-- + #%L + JRedmine :: Client + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> <assembly> <id>jredmine_rails</id> <formats> Modified: trunk/jredmine-client/src/main/redmine/jredmine/app/controllers/jredmine_controller.rb =================================================================== --- trunk/jredmine-client/src/main/redmine/jredmine/app/controllers/jredmine_controller.rb 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/jredmine-client/src/main/redmine/jredmine/app/controllers/jredmine_controller.rb 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Client +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### class JredmineController < ActionController::Base # find user (after login) Modified: trunk/jredmine-client/src/main/redmine/jredmine/config/routes.rb =================================================================== --- trunk/jredmine-client/src/main/redmine/jredmine/config/routes.rb 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/jredmine-client/src/main/redmine/jredmine/config/routes.rb 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Client +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### ActionController::Routing::Routes.draw do |map| # jredmine: ping, login , logout, with no project context... map.connect 'jredmine/:action', :controller => 'jredmine' ,:action => ['ping', 'login', 'logout', 'get_projects', 'get_issue_statuses', 'get_issue_priorities'] Modified: trunk/jredmine-client/src/main/redmine/jredmine/init.rb =================================================================== --- trunk/jredmine-client/src/main/redmine/jredmine/init.rb 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/jredmine-client/src/main/redmine/jredmine/init.rb 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Client +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### require 'redmine' Redmine::Plugin.register :jredmine do Modified: trunk/jredmine-client/src/test/resources/log4j.properties =================================================================== --- trunk/jredmine-client/src/test/resources/log4j.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/jredmine-client/src/test/resources/log4j.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Client +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information Modified: trunk/jredmine-client/src/test/resources/test-config.properties =================================================================== --- trunk/jredmine-client/src/test/resources/test-config.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/jredmine-client/src/test/resources/test-config.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Client +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # default values for test configuration (see org.nuiton.jredmine.TestHelper) test.verbose=false test.redmineUrl=http://www.mynuiton.org Modified: trunk/maven-jredmine-plugin/src/it/multi/invoker.properties =================================================================== --- trunk/maven-jredmine-plugin/src/it/multi/invoker.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/multi/invoker.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # A comma or space separated list of goals/phases to execute, may # specify an empty list to execute the default goal of the IT project invoker.goals=clean install Modified: trunk/maven-jredmine-plugin/src/it/multi/module1/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/multi/module1/pom.xml 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/multi/module1/pom.xml 2010-11-21 16:22:26 UTC (rev 174) @@ -1,5 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- + #%L + JRedmine :: Maven plugin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information Modified: trunk/maven-jredmine-plugin/src/it/multi/module2/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/multi/module2/pom.xml 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/multi/module2/pom.xml 2010-11-21 16:22:26 UTC (rev 174) @@ -1,5 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- + #%L + JRedmine :: Maven plugin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information Modified: trunk/maven-jredmine-plugin/src/it/multi/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/multi/pom.xml 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/multi/pom.xml 2010-11-21 16:22:26 UTC (rev 174) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JRedmine :: Maven plugin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Modified: trunk/maven-jredmine-plugin/src/it/multi/verify.groovy =================================================================== --- trunk/maven-jredmine-plugin/src/it/multi/verify.groovy 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/multi/verify.groovy 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +/* + * #%L + * JRedmine :: Maven plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ /* * Licensed to the Apache Software Foundation (ASF) under one Modified: trunk/maven-jredmine-plugin/src/it/report/invoker.properties =================================================================== --- trunk/maven-jredmine-plugin/src/it/report/invoker.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/report/invoker.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # A comma or space separated list of goals/phases to execute, may # specify an empty list to execute the default goal of the IT project invoker.goals=clean initialize site Modified: trunk/maven-jredmine-plugin/src/it/report/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/report/pom.xml 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/report/pom.xml 2010-11-21 16:22:26 UTC (rev 174) @@ -1,5 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- + #%L + JRedmine :: Maven plugin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information Modified: trunk/maven-jredmine-plugin/src/it/report/verify.groovy =================================================================== --- trunk/maven-jredmine-plugin/src/it/report/verify.groovy 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/report/verify.groovy 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +/* + * #%L + * JRedmine :: Maven plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ /* * Licensed to the Apache Software Foundation (ASF) under one Modified: trunk/maven-jredmine-plugin/src/it/settings.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/settings.xml 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/settings.xml 2010-11-21 16:22:26 UTC (rev 174) @@ -1,5 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JRedmine :: Maven plugin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file Modified: trunk/maven-jredmine-plugin/src/it/single/invoker.properties =================================================================== --- trunk/maven-jredmine-plugin/src/it/single/invoker.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/single/invoker.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # A comma or space separated list of goals/phases to execute, may # specify an empty list to execute the default goal of the IT project invoker.goals=clean verify Modified: trunk/maven-jredmine-plugin/src/it/single/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/single/pom.xml 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/single/pom.xml 2010-11-21 16:22:26 UTC (rev 174) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JRedmine :: Maven plugin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Modified: trunk/maven-jredmine-plugin/src/it/single/src/main/java/org/nuiton/jredmine/plugin/MyClass.java =================================================================== --- trunk/maven-jredmine-plugin/src/it/single/src/main/java/org/nuiton/jredmine/plugin/MyClass.java 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/single/src/main/java/org/nuiton/jredmine/plugin/MyClass.java 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +/* + * #%L + * JRedmine :: Maven plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ package org.nuiton.jredmine.plugin; public class MyClass { Modified: trunk/maven-jredmine-plugin/src/it/single/verify.groovy =================================================================== --- trunk/maven-jredmine-plugin/src/it/single/verify.groovy 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/single/verify.groovy 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +/* + * #%L + * JRedmine :: Maven plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ /* * Licensed to the Apache Software Foundation (ASF) under one Modified: trunk/maven-jredmine-plugin/src/it/single_failed/invoker.properties =================================================================== --- trunk/maven-jredmine-plugin/src/it/single_failed/invoker.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/single_failed/invoker.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # A comma or space separated list of goals/phases to execute, may # specify an empty list to execute the default goal of the IT project invoker.goals=clean verify Modified: trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml 2010-11-21 16:22:26 UTC (rev 174) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JRedmine :: Maven plugin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Modified: trunk/maven-jredmine-plugin/src/it/single_failed/src/main/java/org/nuiton/jredmine/plugin/MyClass.java =================================================================== --- trunk/maven-jredmine-plugin/src/it/single_failed/src/main/java/org/nuiton/jredmine/plugin/MyClass.java 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/single_failed/src/main/java/org/nuiton/jredmine/plugin/MyClass.java 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +/* + * #%L + * JRedmine :: Maven plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ package org.nuiton.jredmine.plugin; public class MyClass { Modified: trunk/maven-jredmine-plugin/src/it/single_failed/verify.groovy =================================================================== --- trunk/maven-jredmine-plugin/src/it/single_failed/verify.groovy 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/single_failed/verify.groovy 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +/* + * #%L + * JRedmine :: Maven plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ /* * Licensed to the Apache Software Foundation (ASF) under one Modified: trunk/maven-jredmine-plugin/src/it/skip-report/invoker.properties =================================================================== --- trunk/maven-jredmine-plugin/src/it/skip-report/invoker.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/skip-report/invoker.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # A comma or space separated list of goals/phases to execute, may # specify an empty list to execute the default goal of the IT project invoker.goals=clean initialize site Modified: trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml 2010-11-21 16:22:26 UTC (rev 174) @@ -1,5 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- + #%L + JRedmine :: Maven plugin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information Modified: trunk/maven-jredmine-plugin/src/it/skip-report/verify.groovy =================================================================== --- trunk/maven-jredmine-plugin/src/it/skip-report/verify.groovy 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/it/skip-report/verify.groovy 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +/* + * #%L + * JRedmine :: Maven plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ /* * Licensed to the Apache Software Foundation (ASF) under one Modified: trunk/maven-jredmine-plugin/src/main/resources/log4j.properties =================================================================== --- trunk/maven-jredmine-plugin/src/main/resources/log4j.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/main/resources/log4j.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information Modified: trunk/maven-jredmine-plugin/src/main/resources/redmine-report.properties =================================================================== --- trunk/maven-jredmine-plugin/src/main/resources/redmine-report.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/main/resources/redmine-report.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information Modified: trunk/maven-jredmine-plugin/src/main/resources/redmine-report_de.properties =================================================================== --- trunk/maven-jredmine-plugin/src/main/resources/redmine-report_de.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/main/resources/redmine-report_de.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information Modified: trunk/maven-jredmine-plugin/src/main/resources/redmine-report_en.properties =================================================================== --- trunk/maven-jredmine-plugin/src/main/resources/redmine-report_en.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/main/resources/redmine-report_en.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### report.label.created=Created on report.label.updated=Updated on Modified: trunk/maven-jredmine-plugin/src/main/resources/redmine-report_fr.properties =================================================================== --- trunk/maven-jredmine-plugin/src/main/resources/redmine-report_fr.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/main/resources/redmine-report_fr.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information Modified: trunk/maven-jredmine-plugin/src/test/resources/log4j.properties =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/log4j.properties 2010-11-21 16:15:46 UTC (rev 173) +++ trunk/maven-jredmine-plugin/src/test/resources/log4j.properties 2010-11-21 16:22:26 UTC (rev 174) @@ -1,3 +1,27 @@ +### +# #%L +# JRedmine :: Maven plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information
participants (1)
-
tchemit@users.nuiton.org