You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/03/31 16:29:37 UTC

[maven-jar-plugin] branch master updated: Updated create-test-jar.apt.vm removing 'and'

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ad60f4  Updated create-test-jar.apt.vm removing 'and'
0ad60f4 is described below

commit 0ad60f4f2862bf896b6c0dc57ea5a6999c49b0d4
Author: Michael Benz <mi...@foconis.de>
AuthorDate: Tue Mar 8 19:42:51 2022 +0100

    Updated create-test-jar.apt.vm removing 'and'
    
    Updates create-test-jar.apt.vm removing 'and' which was either missing something additional to the test-scoped dependencies or was left unintentionally.
---
 src/site/apt/examples/create-test-jar.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/apt/examples/create-test-jar.apt.vm b/src/site/apt/examples/create-test-jar.apt.vm
index cc82ea5..2bee6f8 100644
--- a/src/site/apt/examples/create-test-jar.apt.vm
+++ b/src/site/apt/examples/create-test-jar.apt.vm
@@ -113,7 +113,7 @@ How to create a jar containing test classes
      the original project to the <<<src/main/java>>> of this project.
      The same type of movement counts for the resources as well of course.
    
-   * Move the required <<<test>>>-scoped dependencies and from the original 
+   * Move the required <<<test>>>-scoped dependencies from the original 
      project to this project and remove the scope (i.e. changing it to the <<<compile>>>-scope).
      And yes, that means that the junit dependency (or any other testing 
      framework dependency) gets the default scope too. You'll probably need