Modified: incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/SourceProcessorMojo.java URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/SourceProcessorMojo.java?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/SourceProcessorMojo.java (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/SourceProcessorMojo.java Fri Dec 23 04:21:19 2011 @@ -1,3 +1,5 @@ +package npanday.plugin.compile; + /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -16,7 +18,6 @@ * specific language governing permissions and limitations * under the License. */ -package npanday.plugin.compile; import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugin.MojoExecutionException;
Modified: incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/TestCompilerMojo.java URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/TestCompilerMojo.java?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/TestCompilerMojo.java (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/TestCompilerMojo.java Fri Dec 23 04:21:19 2011 @@ -1,3 +1,5 @@ +package npanday.plugin.compile; + /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -17,8 +19,6 @@ * under the License. */ -package npanday.plugin.compile; - import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.project.MavenProject; Modified: incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/TestSourceProcessorMojo.java URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/TestSourceProcessorMojo.java?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/TestSourceProcessorMojo.java (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/java/npanday/plugin/compile/TestSourceProcessorMojo.java Fri Dec 23 04:21:19 2011 @@ -1,3 +1,5 @@ +package npanday.plugin.compile; + /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -16,7 +18,6 @@ * specific language governing permissions and limitations * under the License. */ -package npanday.plugin.compile; import npanday.PlatformUnsupportedException; import npanday.assembler.AssemblerContext; Modified: incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/resources/META-INF/plexus/components.xml URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/resources/META-INF/plexus/components.xml?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/resources/META-INF/plexus/components.xml (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/resources/META-INF/plexus/components.xml Fri Dec 23 04:21:19 2011 @@ -1,20 +1,20 @@ <!-- -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 -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. + ~ 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 + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. --> <component-set> <components> Modified: incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/script/plexus_component_xml.groovy URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/script/plexus_component_xml.groovy?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/script/plexus_component_xml.groovy (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/main/script/plexus_component_xml.groovy Fri Dec 23 04:21:19 2011 @@ -1,6 +1,4 @@ /* - * Copyright 2010 NPanday - * * 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: incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/site/site.xml?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/site/site.xml (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/maven-compile-plugin/src/site/site.xml Fri Dec 23 04:21:19 2011 @@ -1,21 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -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 -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. + ~ 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 + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. --> <project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> <body> Modified: incubator/npanday/branches/npanday-1.4.x/plugins/maven-repository-plugin/src/main/java/npanday/plugin/repository/RepositoryAssemblerMojo.java URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/maven-repository-plugin/src/main/java/npanday/plugin/repository/RepositoryAssemblerMojo.java?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/maven-repository-plugin/src/main/java/npanday/plugin/repository/RepositoryAssemblerMojo.java (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/maven-repository-plugin/src/main/java/npanday/plugin/repository/RepositoryAssemblerMojo.java Fri Dec 23 04:21:19 2011 @@ -274,7 +274,9 @@ public class RepositoryAssemblerMojo } catch ( FileNotFoundException e ) { - throw new MojoExecutionException( "NPANDAY-1700-004: Unable to read pom", e ); + throw new MojoExecutionException( + "NPANDAY-1700-004: Unable to read model: " + tmpFile + " for artifact (" + groupId + ":" + + artifactId + ":" + version + ")", e ); } MavenXpp3Reader reader = new MavenXpp3Reader(); Model model; @@ -284,12 +286,16 @@ public class RepositoryAssemblerMojo } catch ( XmlPullParserException e ) { - throw new MojoExecutionException( "NPANDAY-1700-005: Unable to read model", e ); + throw new MojoExecutionException( + "NPANDAY-1700-005: Unable to read model: " + tmpFile + " for artifact (" + groupId + ":" + + artifactId + ":" + version + ")", e ); } catch ( IOException e ) { - throw new MojoExecutionException( "NPANDAY-1700-006: Unable to read model", e ); + throw new MojoExecutionException( + "NPANDAY-1700-006: Unable to read model: " + tmpFile + " for artifact (" + groupId + ":" + + artifactId + ":" + version + ")", e ); } Parent parent = model.getParent(); Modified: incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/pom.xml?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/pom.xml (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/pom.xml Fri Dec 23 04:21:19 2011 @@ -1,20 +1,20 @@ <!-- -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 -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. + ~ 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 + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. --> <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"> <parent> Modified: incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/AbstractPartCoverMojo.java URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/AbstractPartCoverMojo.java?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/AbstractPartCoverMojo.java (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/AbstractPartCoverMojo.java Fri Dec 23 04:21:19 2011 @@ -1,8 +1,6 @@ package npanday.plugin.partcover; /* - * Copyright 2010 - * * 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: incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/PartCoverCompilerMojo.java URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/PartCoverCompilerMojo.java?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/PartCoverCompilerMojo.java (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/PartCoverCompilerMojo.java Fri Dec 23 04:21:19 2011 @@ -1,8 +1,6 @@ package npanday.plugin.partcover; /* - * Copyright 2010 - * * 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: incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/PartCoverConverterMojo.java URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/PartCoverConverterMojo.java?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/PartCoverConverterMojo.java (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/main/java/npanday/plugin/partcover/PartCoverConverterMojo.java Fri Dec 23 04:21:19 2011 @@ -1,8 +1,6 @@ package npanday.plugin.partcover; /* - * Copyright 2010 - * * 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: incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/site/site.xml?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/site/site.xml (original) +++ incubator/npanday/branches/npanday-1.4.x/plugins/partcover-maven-plugin/src/site/site.xml Fri Dec 23 04:21:19 2011 @@ -1,21 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -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 -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. + ~ 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 + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. --> <project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> <body> Modified: incubator/npanday/branches/npanday-1.4.x/pom.xml URL: http://svn.apache.org/viewvc/incubator/npanday/branches/npanday-1.4.x/pom.xml?rev=1222552&r1=1222551&r2=1222552&view=diff ============================================================================== --- incubator/npanday/branches/npanday-1.4.x/pom.xml (original) +++ incubator/npanday/branches/npanday-1.4.x/pom.xml Fri Dec 23 04:21:19 2011 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one
