===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
maven-repo-helper-1.9.4/doc/repository.rst-472-        <debian.package>libasm2-java</debian.package>
maven-repo-helper-1.9.4/doc/repository.rst:473:        <debian.mavenRules><![CDATA[asm * * s/2\..*/2.x/ * *]]></debian.mavenRules>
maven-repo-helper-1.9.4/doc/repository.rst-474-    </properties>
##############################################
maven-repo-helper-1.9.4/doc/repository.rst-483-   asm:asm:2.4.5 is found in a POM file, then we try to apply the rule
maven-repo-helper-1.9.4/doc/repository.rst:484:   'asm \* \* s/2..\*/2.x/ \* \*'. It will match and return 'asm asm jar
maven-repo-helper-1.9.4/doc/repository.rst-485-   2.x compile' after dependency resolution, and the tool will replace
##############################################
maven-repo-helper-1.9.4/doc/repository.rst-491-   POM. For consumers of the package, it means that if they have a
maven-repo-helper-1.9.4/doc/repository.rst:492:   dependency on asm with the version 2.2 for example, then they can use
maven-repo-helper-1.9.4/doc/repository.rst-493-   a version constraint on their Depends and Build-Depends for the
##############################################
maven-repo-helper-1.9.4/doc/repository.txt-302-        <debian.package>libasm2-java</debian.package>
maven-repo-helper-1.9.4/doc/repository.txt:303:        <debian.mavenRules><![CDATA[asm * * s/2\..*/2.x/ * *]]></debian.mavenRules>
maven-repo-helper-1.9.4/doc/repository.txt-304-    </properties>
##############################################
maven-repo-helper-1.9.4/doc/repository.txt-307- * debian.package: Name of the binary Debian package containing this POM file. It speeds up packaging, as launching dpkg--search is not really efficient from Java.
maven-repo-helper-1.9.4/doc/repository.txt:308: * debian.mavenRules: Lists the rules used for this package. It simplifies handling dependencies. For example, if the dependency asm:asm:2.4.5 is found in a POM file, then we try to apply the rule 'asm * * s/2\..*/2.x/ * *'. It will match and return 'asm asm jar 2.x compile' after dependency resolution, and the tool will replace version 2.4.5 by 2.x in the POM file.
maven-repo-helper-1.9.4/doc/repository.txt:309: * debian.hasPackageVersion: Indicates that there is a match between the version in Maven and the Debian version of the package. For example if the Maven version is 2.2.3 for asm, and the debian version of libasm2-java is 2.2.3-1, then we can add this property flag to the POM. For consumers of the package, it means that if they have a dependency on asm with the version 2.2 for example, then they can use a version constraint on their Depends and Build-Depends for the libasm2-java package, like so: 
maven-repo-helper-1.9.4/doc/repository.txt-310-